> I need to replace $ in a string with $ so it doesn't blow up a substandard xml parser. > > Try this: > > > $crud = "I need to make $10,000 a month to support my crack habit!"; Try to use single quote 'I need to make $10,000...' or use "I need to make \$10,000 ..." /Gunardi Wu
- pattern match weirdness Charles Harvey
- Pattern Match Problem - Solution! Robert Bergs
- Gunardi Wu
