私はこの文字列を持っています:
NSString* yourString = @"(;GM[1]FF[4]SZ[19]AP[CGoban Pro:2.2]PW[Michael Redmond]WR[9p]DT[2010-12-12]KM[6.5]RE[B+0.5]AN[Michael Redmond]BK[1]C[toto : [test]]";
そして、私はこの正規表現を持っています:
NSRegularExpression* regex = [NSRegularExpression
regularExpressionWithPattern:@"((RU)|(KM)|(TM)|(OT)|(PW)|(PB)|(WR)|(BR)|(WR)|(DT)|(RE))\\[[\\w ]+\\]"
options:NSRegularExpressionCaseInsensitive
error:&error];
\w と \ で数値を取得できません。またはのみ。何も返さない!誰でも私を助けることができますか?
ありがとう