• To grasp how this works you first need to understand the access pattern of a Matcher to its CharSequence.

    为了掌握这种方法首先需要理解MatcherCharSequence访问模式

    youdao

  • In Listing 1, once a regular expression is compiled into a Pattern, it creates a matcher with the matcher method.

    清单1中,一旦将正则表达式编译Pattern它就创建了带matcher方法matcher

    youdao

  • These two classespattern and Matcherare the whole pattern-matching library.

    两个(PatternMatcher)就是整个模式匹配

    youdao

  • This expression is then retained by the Pattern class before it is passed on to the Matcher class to check for matches in the context of a character sequence.

    Pattern保存要使用表达式然后传递Matcher以便字符序列上下文中检查匹配情况

    youdao

  • But if you want to fetch specific input, you'll need the matcher method of Pattern When given some input, this method will return the appropriate matcher class.

    如果获取特定输入,您需要Patternmatcher方法

    youdao

  • But if you want to fetch specific input, you'll need the matcher method of Pattern When given some input, this method will return the appropriate matcher class.

    如果获取特定输入,您需要Patternmatcher方法

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定