单项选择题

在匹配器(Marcher)类中,用于输入字符串与模式串比较的方法是( )。

A.static boolean matches()
B.boolean matcher.find()
C.int matcher.start()
D.int matcher.end()