For example, the pattern is dependent on the length of the string you're replacing. (If you were replacing 'STREET' with 'ST.' , you would need to use s[:-6] ...
確定! 回上一頁