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]