Sign in
android
/
platform
/
tools
/
idea
/
c7287d14ff9afb2ae3cc26fa670a0da3aaf16965
/
.
/
python
/
testData
/
regexp
/
reSubNotRegexp.py
blob: c2925b710d2fa7d51ba1e2472448245e63d1d091 [
file
] [
log
] [
blame
]
import
re
r
=
re
.
compile
(
r
'[123]'
)
r
.
sub
(
'?'
,
'1234'
)