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