Any way to get raw regex literal from RegexBuilder?

RegexBuilder does not generate textual regex internally, and there are some features that could not be represented in a textual regex. This feature is in the plans though, as mentioned here SE-0351: Regex Builder DSL - #13 by rxwei

I am learning RegexBuilder features by feeding textual regexes to the interactive generator of mine here RegexBuilder Generator

5 Likes