Brian Gladden
Member since Feb 15, 2009
- Profile: /members/2939-brian-gladden.htm
- Comments: 1
Recent Blog Comments By Brian Gladden
-
Case Insensitive Java Regular Expressions - How Did I Miss That!?!
Posted on Feb 15, 2009 at 8:00 PM
I tried to implement this in the following way if (s1.indexOf((?i)s2) >= 0) Where s1 and s2 are string variables. Trying to get an if statement that worked if s1 contained s2 anywhere in it and then perform a loop. I fought with it for awhile and gave up. Any thought why this did not work... read more »