Reply to Re: [PHP] PCRE false match with preg_match?
Posted by Jens Schulze on 09/26/05 19:06
Murray @ PlanetThoughtful wrote:
> Changing the "*" to a "+" (at least one or more occurrences) could 'fix'
> that pattern (ie so that it doesn't match your string), depending on any
> other values being tested by it.
*keyboardbiting* I see... thanks to all of you who helped so fast.