如果使用正则表达式,你必须使用~*前缀选择不区分大小写的匹配或者~ 选择区分大小写的匹配。
To use regular expressions, you must use the prefix ~* for case insensitive match and ~ for case sensitive match.
如果使用正则表达式,你必须使用~*前缀选择不区分大小写的匹配或者~ 选择区分大小写的匹配。
To use regular expressions, you must use the prefix ~* for case insensitive match and ~ for case sensitive match.
应用推荐