[PHP] Simple RegExp Problem...

2002-11-22 Thread @ Nilaab
Hello, Ok, I know this is easy for most of you, and believe me I've been searching and trying to learn all about regular expressions, but I can't seem figure out how to allow addition of spaces between characters. $text = Here is some text; Here, I want to be able to match the alpha characters

Re: [PHP] Simple RegExp Problem...

2002-11-22 Thread Ernest E Vogelsinger
At 13:38 22.11.2002, @ Nilaab spoke out and said: [snip] Ok, I know this is easy for most of you, and believe me I've been searching and trying to learn all about regular expressions, but I can't seem figure out how to allow addition of spaces between

RE: [PHP] Simple RegExp Problem...

2002-11-22 Thread @ Nilaab
: [PHP] Simple RegExp Problem... At 13:38 22.11.2002, @ Nilaab spoke out and said: [snip] Ok, I know this is easy for most of you, and believe me I've been searching and trying to learn all about regular expressions, but I can't seem figure out how

RE: [PHP] Simple RegExp Problem...

2002-11-22 Thread Ernest E Vogelsinger
At 21:59 22.11.2002, @ Nilaab said: [snip] Thanks so much!!! It works. I didn't know I could also place extra characters inside the brackets to specify what I want. :) [snip] The square brackets simply form a group

RE: [PHP] Simple RegExp Problem...

2002-11-22 Thread @ Nilaab
Thanks again Ernest! This will be extremely helpful to me in the near future. - Nilaab -Original Message- From: Ernest E Vogelsinger [mailto:[EMAIL PROTECTED]] Sent: Friday, November 22, 2002 3:23 PM To: @ Nilaab Cc: Php-General Subject: RE: [PHP] Simple RegExp Problem... At 21