Opened 16 years ago
Closed 16 years ago
#696 closed Support Requests (Works For Me)
replacing IsBasicLatin in extanded syntax
Reported by: | nobody | Owned by: | nobody |
---|---|---|---|
Milestone: | Component: | None | |
Version: | None | Severity: | |
Keywords: | Cc: |
Description
I'm trying to create an expression that replaces the \p {IsBasicLatin}, that is [\x00-\x7F]. I manage to do it with PERL syntax, but not with 'extended' or 'awk'. It simply doesn't find what I want it to find. The expressions I've tried are: [\\x00-\\x7F] [\\x{00}-\\x{7F}] [[.NUL.]-[.DEL.]] I don't understand the problem, or how I can make it work. Thanks, Moddy.
Note:
See TracTickets
for help on using tickets.