示例#1
0
 matches(string pattern, string input)
 {
     return(Pattern.Compile(pattern).Matcher(input).Find());
 }