Documentation ¶
Overview ¶
Package reutil has regexp util funcs.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Build ¶
Build builds a regexp for strings.
Config options:
i - ignore case ^ - add ^ start anchor a - add \b start anchor q - quote each string with \Q\E b - add \b end anchor $ - add $ end anchor
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.