Regular Expression in java
Hi,I am working on regular expression in java and i have given Pattern.CASE_INSENSITIVE in my compile method but i want in one line the pattern should behave as SENSITIVE is there any way to achive this rather then chaning the pattern.CASE_INSENSITIVE.Thanks in advance