i have this regex (?i)\\A\\.i (?:L.|[^L]+L)
(?i)\\A\\.i (?:L.|[^L]+L)
this matches just about everything unless the user types in ignored case .i L
.i L
i want this