[][src]Function path_to_regexp::to_regexp

pub fn to_regexp(containers: &Vec<Container>, options: Options) -> FancyRegex

Expose a function for taking containers and returning a FancyRegex.

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