Module mitrid_core::utils::regex[][src]

Functions used to match and pattern match strings against a regex.

Regex

regex is the module providing the regex utility functions.

Functions

captures

Returns the regex captures obtained from the target string against the regex pattern.

is_match

Returns if the target string matches the regex pattern.