1.

What is meaning of "." in POSIX style regex?

A. Matches any character of a string
B. Matches the beginning of a string
C. Matches the end of a string
D. None of them
Answer» B. Matches the beginning of a string


Discussion

No Comment Found