|
|
|
|
|
by getsat
5148 days ago
|
|
This is absolutely not common knowledge. I have never seen an applicant use \A or \Z instead of ^/$. They typically also use and/or instead of &&/|| and potentially introduce subtle bugs into their code when the former would suffice. |
|