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
測試兩個字符串區域是否相等。