docs-v2/content/flux/v0/stdlib/regexp/_index.md

1.1 KiB

title description menu weight cascade
regexp package The `regexp` package provides tools for working with regular expressions.
flux_v0_ref
name parent identifier
regexp stdlib regexp
11
introduced
0.33.0

The regexp package provides tools for working with regular expressions. Import the regexp package:

import "regexp"

Functions

{{< children type="functions" show="pages" >}}