In article <9c2j66$1nt$[EMAIL PROTECTED]>,
[EMAIL PROTECTED] ("Plutarck") wrote:
> If you are trying to match a $ in your code, just use a backspace to escape
> it.
Or enclose it in square braces. [$]
Or use preg_quote().
--
CC
--
PHP General Mailing List (http://www.php.net/)
To unsubscr
Try switing the modifier to "e". "E" is not a supported modifier according
to the manual. Only the following are supported:
i
m
s
x
e
A
D
S
U
X
If you are trying to match a $ in your code, just use a backspace to escape
it. But I don't think that was your problem...
--
Plutarck
Should be worki
2 matches
Mail list logo