NSRegularExpressionSearchã§æ£è¦è¡¨ç¾æ¤ç´¢ãããå ´åã(ã¨ã+ã¨ãã®ã¡ã¿æåèªä½ãå¼ã£ãããããã«ã¯ã\\ãåã«ä»ãã¦ã¨ã¹ã±ã¼ãããã[option]+[\]ã§åºãããã¯ã¹ã©ãã·ã¥2åãã [@"ab(c)" rangeOfString:@"(" options:NSRegularExpressionSearch]; //not match [@"ab(c)" rangeOfString:@"\(" options:NSRegularExpressionSearch]; //not match [@"ab(c)" rangeOfString:@"\\(" options:NSRegularExpressionSearch]; //match [@"ab(c)" rangeOfString:@"[(]" options:NSRegularExpressionSearch
{{#tags}}- {{label}}
{{/tags}}