[ Web Proxy ]
URL:
Viewing: https://raw.githubusercontent.com/MagicStack/MagicPython/readme/test/regexp/python7.py [Back]  [Original]

a = r'('
1

a = r"(?="
1

a = r"""(?:
"""
1

a = r'''[
'''
1


a             : source.python
              : source.python
=             : keyword.operator.assignment.python, source.python
              : source.python
r             : source.python, storage.type.string.python, string.regexp.quoted.single.python
'             : punctuation.definition.string.begin.python, source.python, string.regexp.quoted.single.python
(             : punctuation.parenthesis.begin.regexp, source.python, string.regexp.quoted.single.python, support.other.parenthesis.regexp
'             : punctuation.definition.string.end.python, source.python, string.regexp.quoted.single.python
1             : constant.numeric.dec.python, source.python
              : source.python
a             : source.python
              : source.python
=             : keyword.operator.assignment.python, source.python
              : source.python
r             : source.python, storage.type.string.python, string.regexp.quoted.single.python
"             : punctuation.definition.string.begin.python, source.python, string.regexp.quoted.single.python
(             : keyword.operator.lookahead.regexp, punctuation.parenthesis.lookahead.begin.regexp, source.python, string.regexp.quoted.single.python
?=            : keyword.operator.lookahead.regexp, source.python, string.regexp.quoted.single.python
"             : punctuation.definition.string.end.python, source.python, string.regexp.quoted.single.python
1             : constant.numeric.dec.python, source.python
              : source.python
a             : source.python
              : source.python
=             : keyword.operator.assignment.python, source.python
              : source.python
r             : source.python, storage.type.string.python, string.regexp.quoted.multi.python
"""           : punctuation.definition.string.begin.python, source.python, string.regexp.quoted.multi.python
(?:           : punctuation.parenthesis.non-capturing.begin.regexp, source.python, string.regexp.quoted.multi.python, support.other.parenthesis.regexp
"""           : punctuation.definition.string.end.python, source.python, string.regexp.quoted.multi.python
1             : constant.numeric.dec.python, source.python
              : source.python
a             : source.python
              : source.python
=             : keyword.operator.assignment.python, source.python
              : source.python
r             : source.python, storage.type.string.python, string.regexp.quoted.multi.python
'''           : punctuation.definition.string.begin.python, source.python, string.regexp.quoted.multi.python
[             : constant.other.set.regexp, meta.character.set.regexp, punctuation.character.set.begin.regexp, source.python, string.regexp.quoted.multi.python
'''           : punctuation.definition.string.end.python, source.python, string.regexp.quoted.multi.python
1             : constant.numeric.dec.python, source.python

Web Proxy Viewer  |  New URL  |  Original Page