Rank (0) Views 11 On Thu, Jan 21, 2010 11:30 PM, 55 days ago By Brian Daniel
(?i)^(abc|def)adm(\d{2})? I'm no expert, but I think that for case insensitive you want i: Although I could be a bit off-base here, I think it should be: (?i:^(abc|def)adm(\d{2})) Although you might try this as well: (?i:)^(abc|def)adm(\d