Answers for "how to replace first letter in python"

1

python replace first

'TESTstringTEST'.replace('TEST', 'replaced', 1)
# output 'replacedstringTEST'
Posted by: Guest on January-18-2021

Code answers related to "how to replace first letter in python"

Python Answers by Framework

Browse Popular Code Answers by Language