package
0.2.1
Repository: https://github.com/inoxlang/inox.git
Documentation: pkg.go.dev

# Functions

DestructivelySimplify simplifies the regex ($regex is not modified), it first calls TurnCapturingGroupsIntoNonCapturing, then syntax.Regexp.DestructivelySimplify, and finally it tries its best to simplify the elements of shape AA* into A+.
RegexForRange returns a regex (not between ^$) that matches all numbers in the range [min, max].
No description provided by the author

# Structs

No description provided by the author