On Thursday, October 2, 2003, at 04:54 PM, Dan Anderson wrote:

Is there a way to match a question mark using a regular expression
without looking for a \X{3F} ?

~> perl -e 'print "Matched a ?\n" if "A question?" =~ /\?/' Matched a ?

James


-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to