طريقة replace

replace(old_value, new_value)

استبدل النص.

def replace(self, old_value, new_value):
    ...
معامليكتبوصف
old_valuestrالنص القديم.
new_valuestrالنص الجديد.

replace(index, count, text)

استبدل النص.

def replace(self, index, count, text):
    ...
معامليكتبوصف
indexintفهرس البداية.
countintعدد الشخصيات.
textstrالنص.

أنظر أيضا