Description
Regular expressions can be written in a more readable language that keeps a direct relationship with the regex it compiles to. It is useful for developers who need maintainable patterns without losing control of the final expression.
This is a developer language/tool, not a general text search app. Compiled regex behavior should still be tested against real examples and edge cases.