PHP and regular expressions question?
Posted
by php
on Stack Overflow
See other posts from Stack Overflow
or by php
Published on 2010-03-18T02:57:09Z
Indexed on
2010/03/18
3:01 UTC
Read the original article
Hit count: 497
php
|regular-expressions
What does the $/i
mean in the following php code?
preg_match ('/^[A-Z \'.-]{2,20}$/i')
© Stack Overflow or respective owner