ignorecase
基本解釋
- 忽略大小寫(xiě)
英漢例句
- 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.
如果你匹配一個(gè)固定的字符串或單個(gè)的字符類(lèi),竝且你沒(méi)有使用re的任何象IGNORECASE標(biāo)志的功能,那麼就沒(méi)有必要使用正則表達(dá)式了。 - boolean ignoreCase, int toffset, String other, int ooffset, int len
測(cè)試兩個(gè)字符串區(qū)域是否相等。 - public:property bool IgnoreCase {bool get ();void set (bool value);
取得或設(shè)定值,指出符郃項(xiàng)目是否區(qū)分大小寫(xiě)。 - boolean regionMatches(boolean ignoreCase, int toffset, String other, int ooffset, int len
測(cè)試兩個(gè)字符串區(qū)域是否相等。 - boolean String.regionMatches (boolean ignoreCase, int toffset, String other, int ooffset, int len
測(cè)試兩個(gè)字符串區(qū)域是否相等。