Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
python
/
testData
/
regexp
/
redundantEscapeSingleQuote.py
blob: ff917125e8713803c5164faf269956b14ce284c7 [
file
] [
log
] [
blame
]
import
re
foo
=
re
.
compile
(
r
'[\w\']'
)