Page History
...
Panel |
---|
url = 'http://a/b/c/d/e' afixurl = url[:url.rfind('/')] ==> http://a/b/c/d |
문자열 모두 교체
Panel |
---|
'he hello'.replace('h','') => 'e ello'')] |
...
Panel |
---|
url = 'http://a/b/c/d/e' afixurl = url[:url.rfind('/')] ==> http://a/b/c/d |
문자열 모두 교체
Panel |
---|
'he hello'.replace('h','') => 'e ello'')] |