Unix / Linux
16.
Regular Expression:
Given the following regular expression, provide a description of
the intended match.
^[^A-Z]
17.
Regular Expression:
Given the following regular expression, provide a description of
the intended match.
[^^!]
18.
Regular Expression:
Given the following regular expression, provide a description of
the intended match.
^.\{72\}$
19.
Regular Expression:
Given the following regular expression, provide a description of
the intended match.
[A-Za-z0-9]
20.
Regular Expression:
Given the following regular expression, provide a description of
the...