ignorecase
基本解释
- 忽略大小写
英汉例句
- If you're matching a fixed string, or a single character class, and you're not using any re features such as the IGNORECASE flag, then the full power of regular expressions may not be required.
如果你匹配一个固定的字符串或单个的字符类,并且你没有使用re的任何象IGNORECASE标志的功能,那么就没有必要使用正则表达式了。 - boolean ignoreCase, int toffset, String other, int ooffset, int len
测试两个字符串区域是否相等。 - public:property bool IgnoreCase {bool get ();void set (bool value);
取得或设定值,指出符合项目是否区分大小写。 - boolean regionMatches(boolean ignoreCase, int toffset, String other, int ooffset, int len
测试两个字符串区域是否相等。 - boolean String.regionMatches (boolean ignoreCase, int toffset, String other, int ooffset, int len
测试两个字符串区域是否相等。