Re: [PHP] Regular expressions problem

2005-04-30 Thread Khorosh Irani
For example I want to math this stream: 123 mm 334 What is the pattern that math with this stream? Thanks On 4/29/05, Malcolm Mill [EMAIL PROTECTED] wrote: What is it you want to do? On 4/29/05, Khorosh Irani [EMAIL PROTECTED] wrote: Hello I have a question: What is in the role of

Re: [PHP] Regular expressions problem

2005-04-30 Thread Rasmus Lerdorf
Khorosh Irani wrote: For example I want to math this stream: 123 mm 334 What is the pattern that math with this stream? Thanks 123[[:space:]]+mm[[:space:]]+334 -Rasmus -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Regular expressions problem

2005-04-30 Thread Matthew Weier O'Phinney
* Khorosh Irani [EMAIL PROTECTED]: For example I want to math this stream: 123 mm 334 What is the pattern that math with this stream? Depends on what regexp function you use, what exactly you want to match, and whether or not you want to know, after you match, any of the segments. Rasmus has

[PHP] Regular expressions problem

2005-04-29 Thread Khorosh Irani
Hello I have a question: What is in the role of space in the regular expressions (POSIX)? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php