Jamie Howard <[email protected]> writes: > I am not the internationalization expert, but doesn't [^A-Za-z] and > [A-Xa-z$] limit you to just English and other Roman languages? Won't > [[:<:]] and [[:>:]] be languages independent, presuming regex supports > it?
They don't DTRT. They only match whitespace boundaries IIRC. Anyway, I already posted a solution which does not involve screwing around with the pattern. DES -- Dag-Erling Smorgrav - [email protected] To Unsubscribe: send mail to [email protected] with "unsubscribe freebsd-hackers" in the body of the message

