(grep) Regex to match non-ASCII characters ?
(grep) Regex to match non-ASCII characters ?
Try this link for : Unicode Regular Expressions:
\p{Control}: an ASCII 0x00..0x1F or Latin-1 0x80..0x9F control character.
(grep) Regex to match non-ASCII characters ?
Try this link for : Unicode Regular Expressions:
\p{Control}: an ASCII 0x00..0x1F or Latin-1 0x80..0x9F control character.