古典吧>英语词典>matcher翻译和用法

matcher

英 [ˈmætʃə]

美 [ˈmætʃər]

n.  四面木工刨床;四面刨; 匹配器;制榫机

计算机

英英释义

noun

双语例句

  • JBehave meets this need by offering a Matcher type for implementing rich expectations.
    JBehave提供了一种Matcher类型用于实现丰富的期望,从而满足了这一需求。
  • These two classes Pattern and Matcher are the whole pattern-matching library.
    这两个类(Pattern与Matcher)就是整个模式匹配库。
  • In this scenario, the matcher mainly moves in a forward direction, often by more than one character at a time.
    在这个场景中,匹配器主要是向前移动,一次通常移动不止一个字符。
  • In the non-termination case, the matcher function is applied to the current loc.
    如果未终止,matcher函数将应用于当前的loc。
  • To match a Pattern against regions of an arbitrary CharSequence, you use the pattern instance to construct a Matcher object, passing the CharSequence as a parameter.
    要将Pattern与CharSequence的区域匹配,要使用模式实例构建Matcher对象,将CharSequence作为参数传递给Matcher。
  • The Matcher offers several methods to test regular expression: matches(), lookingAt(), and find().
    Matcher提供了几个方法来测试正则表达式:matches()、lookingAt()和find()。
  • Matcher is used to apply regular expressions to strings or, more accurately, to CharSequences.
    Matcher用于将正则表达式应用到字符串中,或者更确切地说,是应用到CharSequence中。
  • The can-simplify-concat function acts as the matcher function and the simplify-concat function acts as the editor.
    can-simplify-concat函数作为匹配函数,simplify-concat函数则作为编辑器。
  • Design and Test for Model CK-1C Telemetry Signal Changer or Matcher
    CK-1C遥测讯号变换器的设计与试验
  • The tree-edit function takes a zipper structure, a matcher function, and an editor function.
    tree-edit函数获取一个zipper结构、一个matcher函数和一个editor函数。