matcher
英 [ˈmætʃə]
美 [ˈmætʃər]
n. 四面木工刨床;四面刨; 匹配器;制榫机
英英释义
noun
- someone who arranges (or tries to arrange) marriages for others
双语例句
- In this scenario, the matcher mainly moves in a forward direction, often by more than one character at a time.
在这个场景中,匹配器主要是向前移动,一次通常移动不止一个字符。 - It uses a sophisticated identity matcher to generate keys that are then matched up between the models so the element IDs can be migrated forward.
它利用精密的身份匹配器来产生在稍后的模型中可以匹配的关键元素,这样以来这些元素ID就可以向前移动。 - Coming up with the right regular expression and then working with the results of the Matcher class is really all there is to the library.
提出正确的正则表达式,然后使用Matcher类的结果,这就是这个模式匹配库要做的全部工作。 - If it matches, the node and the result of the matcher are passed to the editor function for possible modification and iteration continues from the modified node.
如果匹配,则节点和matcher函数的结果将传递至editor函数,进行可能存在更改,迭代将从修改后的节点处继续。 - The implicit side effect is that after this line the matcher object contains the first match found in the input text.
隐含的副作用是,执行该行代码之后,matcher对象包含在输入文本中找到的第一个匹配项。 - JBehave meets this need by offering a Matcher type for implementing rich expectations.
JBehave提供了一种Matcher类型用于实现丰富的期望,从而满足了这一需求。 - For combining matcher: the limitation of information used in fingerprint matching is the one of the most important problems during fingerprint matching.
混合指纹匹配:可用于匹配的特征信息不足是指纹识别,特别是基于细节点进行指纹匹配中存在的主要问题。 - The Matcher offers several methods to test regular expression: matches(), lookingAt(), and find().
Matcher提供了几个方法来测试正则表达式:matches()、lookingAt()和find()。 - The can-simplify-concat function acts as the matcher function and the simplify-concat function acts as the editor.
can-simplify-concat函数作为匹配函数,simplify-concat函数则作为编辑器。 - Matcher is used to apply regular expressions to strings or, more accurately, to CharSequences.
Matcher用于将正则表达式应用到字符串中,或者更确切地说,是应用到CharSequence中。