Function to_regexp

Source
pub fn to_regexp(containers: &Vec<Container>, options: Options) -> Regex
Expand description

Expose a function for taking containers and returning a FancyRegex.

@param {Vec} containers @param {Options} options @return {FancyRegex}