DekGenius.com
Home
(current)
Dictionary
BOOKS
LYRICS
CHORD
SCRIPT & CODE EXAMPLE
Karaoke language
Search
Go
SCRIPT & CODE EXAMPLE
CODE EXAMPLE FOR PYTHON
how to find and remove certain characters from text string in python
a_string
=
"addbdcd"
a_string
=
a_string
.
replace
(
"d"
,
""
)
print
(
a_string
)
Source by stackoverflow.com #
PREVIOUS
NEXT
Tagged:
#find
#remove
#characters
#text
#string
#python
ADD COMMENT
Topic
COMMENT
Name
6+8 =
Submit