Hi, I use jakarata-regpex-1.2 and have a problem. The code below doesn't seem to work with uppercase letters. I need a code where I enter a pattern (for example "e") and regexp.match(...) should return true when the string contains "e" or "E". Do I miss something?
RE regexp = new RE("e", RE.MATCH_CASEINDEPENDENT); boolean ism = regexp.match("E"); // Should be true! -- Zsolt Koppany -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>