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