forked from MagicStack/MagicPython
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathescaping3.re
More file actions
35 lines (32 loc) · 3.1 KB
/
escaping3.re
File metadata and controls
35 lines (32 loc) · 3.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
[start\A\b\B\d\D\s\S\w\W\Z\\\1\01\1111\0011\xfab\u123fb\U1234aaaab\c]
[ : constant.other.set.regexp, meta.character.set.regexp, punctuation.character.set.begin.regexp, source.regexp.python
s : constant.character.set.regexp, meta.character.set.regexp, source.regexp.python
t : constant.character.set.regexp, meta.character.set.regexp, source.regexp.python
a : constant.character.set.regexp, meta.character.set.regexp, source.regexp.python
r : constant.character.set.regexp, meta.character.set.regexp, source.regexp.python
t : constant.character.set.regexp, meta.character.set.regexp, source.regexp.python
\A : meta.character.set.regexp, source.regexp.python, support.other.escape.special.regexp
\b : constant.character.escape.regexp, meta.character.set.regexp, source.regexp.python
\B : meta.character.set.regexp, source.regexp.python, support.other.escape.special.regexp
\d : meta.character.set.regexp, source.regexp.python, support.other.escape.special.regexp
\D : meta.character.set.regexp, source.regexp.python, support.other.escape.special.regexp
\s : meta.character.set.regexp, source.regexp.python, support.other.escape.special.regexp
\S : meta.character.set.regexp, source.regexp.python, support.other.escape.special.regexp
\w : meta.character.set.regexp, source.regexp.python, support.other.escape.special.regexp
\W : meta.character.set.regexp, source.regexp.python, support.other.escape.special.regexp
\Z : meta.character.set.regexp, source.regexp.python, support.other.escape.special.regexp
\\ : constant.character.escape.regexp, meta.character.set.regexp, source.regexp.python
\1 : constant.character.escape.regexp, meta.character.set.regexp, source.regexp.python
\01 : constant.character.escape.regexp, meta.character.set.regexp, source.regexp.python
\111 : constant.character.escape.regexp, meta.character.set.regexp, source.regexp.python
1 : constant.character.set.regexp, meta.character.set.regexp, source.regexp.python
\001 : constant.character.escape.regexp, meta.character.set.regexp, source.regexp.python
1 : constant.character.set.regexp, meta.character.set.regexp, source.regexp.python
\xfa : constant.character.escape.regexp, meta.character.set.regexp, source.regexp.python
b : constant.character.set.regexp, meta.character.set.regexp, source.regexp.python
\u123f : constant.character.unicode.regexp, meta.character.set.regexp, source.regexp.python
b : constant.character.set.regexp, meta.character.set.regexp, source.regexp.python
\U1234aaaa : constant.character.unicode.regexp, meta.character.set.regexp, source.regexp.python
b : constant.character.set.regexp, meta.character.set.regexp, source.regexp.python
\c : constant.character.escape.regexp, meta.character.set.regexp, source.regexp.python
] : constant.other.set.regexp, meta.character.set.regexp, punctuation.character.set.end.regexp, source.regexp.python