public static findall(System.Text.RegularExpressions.Regex pattern, String text)
 {
     return(pattern.matches(text));
 }