Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python remove multiple characters from string

import re
print(re.sub("e|l", "", "Hello people"))
"Ho pop"
Source by www.tutorialspoint.com #
 
PREVIOUS NEXT
Tagged: #python #remove #multiple #characters #string
ADD COMMENT
Topic
Name
8+2 =