Page 1 of 1

preg / regular expressions ?

Posted: Sat Feb 28, 2004 8:48 pm
by evilcoder
hey guys, just have a small question. What do these regular expressions look for?

thanks :)

Code: Select all

#\{((їa-z0-9\-_]+?\.)+?)(їa-z0-9\-_]+?)\}#is

#\{(їa-z0-9\-_]*?)\}#is

#\<begin (.*?) \/\>#

Posted: Sat Feb 28, 2004 8:53 pm
by m3mn0n
Text.

Posted: Sat Feb 28, 2004 10:27 pm
by evilcoder
text within something? as in, text within {} ??

Posted: Mon Mar 01, 2004 3:14 am
by evilcoder
*refresh*

Posted: Mon Mar 01, 2004 12:03 pm
by Illusionist
probably wrong but:

1) {anything.anything}
{anyhing}
{}
2) {anything}
3) <begin anything />

probably wrong, but owell!