package
0.0.0-20141022034606-b52843e293b3
Repository: https://github.com/3ofcoins/go-misc.git
Documentation: pkg.go.dev

# Functions

Regexp alternation.
Return a sequence, anchored at the beginning and end.
Add "*" modifier to sequence of elts.
Wrap rx in a named capturing group.
Convert any value to RxElement.
Wrap rx in a non-capturing group.
Wrap all elts in capturing groups, join with glue (only "|" or "" seem to make much sense), wrap whole thing with another non-capturing group.
Quotes str as literal substring.
Modify (with "*", "*?", "+", "?" etc).
Returns new variable object, panics on error.
No description provided by the author
Returns new variable object or error.
Add "?" modifier to sequence of elts.
Sequence of regexps.
Add "+" modifier to sequence of elts.
Return a sequence, anchored at the beginning and end, trimming (i.e.

# Variables

Just some elements, this should be more complete.
Just some elements, this should be more complete.
Just some elements, this should be more complete.
Just some elements, this should be more complete.
Just some elements, this should be more complete.
Just some elements, this should be more complete.
Just some elements, this should be more complete.
Just some elements, this should be more complete.
Just some elements, this should be more complete.
Just some elements, this should be more complete.
Just some elements, this should be more complete.

# Structs

No description provided by the author
A variable is a named regexp.

# Type aliases

A regexp sub-expression.