Sign in
android
/
platform
/
tools
/
idea
/
refs/heads/nougat-iot-release
/
.
/
python
/
testData
/
regexp
/
braceInPythonCharacterClass.py
blob: 8066c64a120ed83c35092a5bf2de58210fcd9465 [
file
] [
log
] [
blame
] [
edit
]
import
re
EXTRANEOUS_WHITESPACE_REGEX
=
re
.
compile
(
r
'[[({] | []}),;:]'
)