Just wondering if there's a plan for de-experimentalizing the string processing stuff. Thanks!
It's already de-experimentalized in all ways except the repo name.
Thanks @scanon !Does that mean itβs in the standard library and I need no command line flags to use it?
That's right. You need an explicit import to use RegexBuilder, and you may need to enable bare-slash-regexes, but the StringProcessing module is imported by default.
1 Like