Bra*_*ods 2 regex
我想捕获除字符串中第一个字母之外的每个字母。 示例字符串:The cat in the hat.
The cat in the hat.
我知道要捕获第一个字母,/[^]/所以我想要类似的东西/not [^]/
/[^]/
/not [^]/
hee*_*ayl 6
使用零宽度正向后视:
(?<=^.).*
演示
归档时间:
9 年,6 月 前
查看次数:
955 次
最近记录: