Follow

Pythonの(regexの)Patternから、symbolic captureの一覧を取れたのでメモしておく。

>>> re.compile('(?P<hello>[A-Z]+)').groupindex.keys()
dict_keys(['hello'])

Sign in to participate in the conversation
Mastodon

Experimental private instance. Running on FreeBSD!