The re @.@ matches two @ characters separated by a single character.
If that character is a non-ascii Unicode character, then the trick
Franck suggested of replacing both the data and the re with their
utf-8 byte sequences doesn't work, as the . will match only one byte.
--
Colin Adams
Preston Lancashire
|