Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
python
/
testData
/
regexp
/
danglingMetacharacters.py
blob: e025c0ca2f47dd0193e347f3e73bc0535f458aec [
file
] [
log
] [
blame
]
import
re
re
.
compile
(
'{\w+}'
)