wy 发帖数: 14511 | 1 (?:regex) Non-capturing parentheses group the regex
so you can apply regex operators, but do not capture anything
and do not create backreferences.
vim里面有办法写这个么? |
a*****i 发帖数: 4391 | 2 Try \%(regex\)? does it work? |
wy 发帖数: 14511 | 3 no. :(
【在 a*****i 的大作中提到】 : Try \%(regex\)? does it work?
|
wy 发帖数: 14511 | 4 what this does anyway
【在 a*****i 的大作中提到】 : Try \%(regex\)? does it work?
|
wy 发帖数: 14511 | 5 actually, it works! thanks vely much
【在 wy 的大作中提到】 : what this does anyway
|
m******t 发帖数: 2416 | 6
Why the question mark?
【在 a*****i 的大作中提到】 : Try \%(regex\)? does it work?
|
wy 发帖数: 14511 | 7 He's like asking a question. like 试试这个?
【在 m******t 的大作中提到】 : : Why the question mark?
|
m******t 发帖数: 2416 | 8
Oh I see. LOL, confusing stuff, eh?
【在 wy 的大作中提到】 : He's like asking a question. like 试试这个?
|
wy 发帖数: 14511 | 9 yeah. that was why i said it was not working first
【在 m******t 的大作中提到】 : : Oh I see. LOL, confusing stuff, eh?
|