pub fn to_regexp(containers: &Vec<Container>, options: Options) -> Regex
Expose a function for taking containers and returning a FancyRegex.
@param {Vec} containers @param {Options} options @return {FancyRegex}