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