仅替换字符串中的最后一次出现

时间:2018-12-18 18:00:11

标签: python python-3.x

我有以下字符串:

s = 'JSON, XML, XLS, XLSX, CSV, TSV'

我想将其转换为末尾带有“ and”的符号。是否只能在最后一次出现某件事时执行replace操作,例如:

s.replace(', ', ', and ', -1)

==>

'JSON, XML, XLS, XLSX, CSV, and TSV'

1 个答案:

答案 0 :(得分:0)

COPY nginx/default.conf /etc/nginx/conf.d/default.conf