Sign in
android
/
platform
/
tools
/
idea
/
c7287d14ff9afb2ae3cc26fa670a0da3aaf16965
/
.
/
python
/
testData
/
regexp
/
nestedCharacterClasses.py
blob: aad746bb04bae4df333fb921908948e576af1d6c [
file
] [
log
] [
blame
]
import
re
re
.
compile
(
'[][]'
)