Answers for "substitute first character python"

1

python replace first

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

Code answers related to "substitute first character python"

Python Answers by Framework

Browse Popular Code Answers by Language