Q:

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

0

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


  1. Matches any character of a string
  2. Matches the beginning of a string
  3. Matches the end of a string
  4. None of them

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

 (a).Matches any character of a string

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

PHP STRINGS AND REGULAR EXPRESSIONS MCQ

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
Why a special character is used in beginning and e... >>
<< In Perl-compatible patterns any pattern that is fo...