【发布时间】:2017-02-28 10:39:24
【问题描述】:
当且仅当该行中存在一个字符串时,我想替换一个字符串。应该对文件夹中的所有文件执行此操作。
1. This is My String.
2. Get This string as input.
在上述两个字符串中,如果存在 'String',请将 My 替换为 your >.
输出应该是这样的
1. This is your String.
2. Get This string as input.
【问题讨论】: