Re: regular exp problem

2003-03-05 Thread Ramprasad
Rob Dixon wrote: Ramprasad wrote: I have a str that contains the base64 encoded string of a mail. Now this string should not contain any characters with ascii values above 128. Can i write a regex to check this Assuming you mean 'above 127' you can use the POSIX ASCII character class: die "I

Re: regular exp problem

2003-03-05 Thread Rob Dixon
Ramprasad wrote: > I have a str that contains the base64 encoded string of a mail. Now > this string should not contain any characters with ascii values above > 128. Can i write a regex to check this Assuming you mean 'above 127' you can use the POSIX ASCII character class: die "Invalid chara

regular exp problem

2003-03-05 Thread Ramprasad
I have a str that contains the base64 encoded string of a mail. Now this string should not contain any characters with ascii values above 128. Can i write a regex to check this thanks ram -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]