--- title: regexp package description: > The `regexp` package provides tools for working with regular expressions. menu: flux_v0_ref: name: regexp parent: stdlib identifier: regexp weight: 11 cascade: introduced: 0.33.0 --- The `regexp` package provides tools for working with regular expressions. Import the `regexp` package: ```js import "regexp" ``` ## Functions {{< children type="functions" show="pages" >}}