Hi All, I'm trying to remove chars 00-29 from an XML document and need a regular expression to do so...
Before: $s = "abc@123"; After : $s should only contain: "abc@123" I've tried a few things with ranges etc. but can't get it. Obviously I could check if the number is <= 29 and then replace but would prefer a single regex if possible. Thanks Toby Stuart -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>