본문 바로가기

Python

String Replace

2019-08-06-python_string_replace

1. replace(old, new, count) -> replace("찾을값", "바꿀값", 바꿀횟수)

 

2. 우측부터 변경법