C****r 发帖数: 381 | |
q*z 发帖数: 13362 | 2 regular expression 一次处理一行
没有state
所以我觉得只用 regular expression不可能
解决你的问题.
【在 C****r 的大作中提到】 : regular expression gurus, : How do I replace the first occurrence only of some strings in a file? : For example, if I have a file as follow, : ........ : .................. : ...... : ........ : After replacement the file should look like this, : ........ : ..................
|
C****r 发帖数: 381 | 3 can u pipe line by line?
【在 q*z 的大作中提到】 : regular expression 一次处理一行 : 没有state : 所以我觉得只用 regular expression不可能 : 解决你的问题.
|
i*****8 发帖数: 6735 | |
g*****g 发帖数: 34805 | 5 of course regex can be on multiple line, and regex can have state.
otherwise, how does java have a function
public String replaceFirst(String regex,
String replacement)
in String class?
【在 q*z 的大作中提到】 : regular expression 一次处理一行 : 没有state : 所以我觉得只用 regular expression不可能 : 解决你的问题.
|
d*****d 发帖数: 2449 | 6 你没有讲你要用什么语言/工具来解决这个问题?
【在 C****r 的大作中提到】 : regular expression gurus, : How do I replace the first occurrence only of some strings in a file? : For example, if I have a file as follow, : ........ : .................. : ...... : ........ : After replacement the file should look like this, : ........ : ..................
|
P*x 发帖数: 1576 | 7 呵呵,看了回复,总结如下:
qaz:VP of Engineering型,我的结论就是最终的结论。
goodbug: Chief Archtect型,旁征博引,从大方向上指明可行性
v8:老黄牛engineer型,真正给出具体的解决方案的建议
dumbird: 老油条engineer型:拿到需求,先问问题,问题不被澄清先不忙着动手。
cabear: 绝望的engineer型:先表示一下同情先。
pix: 路过打酱油型。
【在 C****r 的大作中提到】 : regular expression gurus, : How do I replace the first occurrence only of some strings in a file? : For example, if I have a file as follow, : ........ : .................. : ...... : ........ : After replacement the file should look like this, : ........ : ..................
|
m******s 发帖数: 8493 | 8 Pix:了解员工特长的经理型阿.
【在 P*x 的大作中提到】 : 呵呵,看了回复,总结如下: : qaz:VP of Engineering型,我的结论就是最终的结论。 : goodbug: Chief Archtect型,旁征博引,从大方向上指明可行性 : v8:老黄牛engineer型,真正给出具体的解决方案的建议 : dumbird: 老油条engineer型:拿到需求,先问问题,问题不被澄清先不忙着动手。 : cabear: 绝望的engineer型:先表示一下同情先。 : pix: 路过打酱油型。
|
d*****d 发帖数: 2449 | 9 您老可真是一针见血呀!我倒不觉得自己是老油条,不过的确喜欢问清楚了再动手,省
得做无用功。
【在 P*x 的大作中提到】 : 呵呵,看了回复,总结如下: : qaz:VP of Engineering型,我的结论就是最终的结论。 : goodbug: Chief Archtect型,旁征博引,从大方向上指明可行性 : v8:老黄牛engineer型,真正给出具体的解决方案的建议 : dumbird: 老油条engineer型:拿到需求,先问问题,问题不被澄清先不忙着动手。 : cabear: 绝望的engineer型:先表示一下同情先。 : pix: 路过打酱油型。
|