Others
pip --no-cache-dir install numpy=0.3.2import re str = '[email protected]' print(re.sub('[a-z]*@', 'ApD@', str)) # Output: [email protected]
Last updated
pip --no-cache-dir install numpy=0.3.2import re
str = '[email protected]'
print(re.sub('[a-z]*@', 'ApD@', str))
# Output: [email protected]Last updated