更多"在匹配器(Matcher)类中,用于输入字符串与模式串比较的方法是"的相关试题:
[单项选择]在匹配器(Matcher)类中,用于输入字符串与模式串比较的方法是( )。
A. static boolean matches()
B. boolean matchefind()
C. int matchestart()
D. int matcheend()
[单项选择]在匹配器(Marcher)类中,用于输入字符串与模式串比较的方法是( )。
A. static boolean matches()
B. boolean matchefind()
C. int matchestart()
D. int matcheend()
[单项选择]在匹配器(Matcher)类中,用于寻找下一个模式匹配串的方法是
A. static boolean matches()
B. boolean matchefind()
C. mtmatchestart()
D. int matcheend()
[单项选择]执行下列语句strInput=InputBox("请输入字符串", "字符串对话框", "字符串")将显示输入对话框。此时如果直接单击“确定”按钮,则变量strInput的内容是
A. "请输入字符串"
B. "字符串对话框"
C. "字符串"
D. 空字符串
[单项选择]从键盘上输入两个字符串,分别保存在变量str1、str2中。确定第二个字符串在第一个字符串中起始位置的函数是
A. Left
B. Mid
C. String
D. Instr