Page 1 of 1
symbols
Posted: Sat May 11, 2002 9:39 pm
by hob_goblin
in scripts alot i see a whole bunch of symbols like [ ] ^ < > * etc... that are used for wildcards and things of that sort, does anyone know a site a that explains these, i couldn't find it in the php manual
Pattern Syntax
Posted: Sat May 11, 2002 10:25 pm
by Brian
I think this might be at least part of what you are looking for:
http://www.php.net/manual/en/pcre.pattern.syntax.php
Posted: Sun May 12, 2002 9:10 pm
by hob_goblin
so would
D{0,}.php
find anything that had a php extension?
or would it be
[^W].php