-
Notifications
You must be signed in to change notification settings - Fork 131
Open
@scabug
Description
Hi,
The scala.util.parsing.combinator
library should provide a way of turning on case insensitive matches; having to prefix every string with a (?i) isn't ideal. E.g., """(?iu)\|H""".r
, just ends up cluttering up the code.
Metadata
Metadata
Assignees
Labels
No labels