字典APP>英语词典>matcher翻译和用法

matcher

英 [ˈmætʃə]

美 [ˈmætʃər]

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

计算机

英英释义

noun

双语例句

  • 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中。
  • In the non-termination case, the matcher function is applied to the current loc.
    如果未终止,matcher函数将应用于当前的loc。
  • You can also define your own matcher or use an exact value.
    你还可以定义自己的匹配器或者使用一个确定的值。
  • Analysis of the Operational Results on Transformer and Matcher Electric Systems under Unsymmetrical Load
    变配电系统负荷不对称运行后果剖析
  • The third matcher is for displaying the form, and uses the Forms Template Transformer.
    第三的匹配器用来显示表单,使用表单模板转换器。
  • These two classes Pattern and Matcher are the whole pattern-matching library.
    这两个类(Pattern与Matcher)就是整个模式匹配库。
  • Design and Test for Model CK-1C Telemetry Signal Changer or Matcher
    CK-1C遥测讯号变换器的设计与试验
  • The implicit side effect is that after this line the matcher object contains the first match found in the input text.
    隐含的副作用是,执行该行代码之后,matcher对象包含在输入文本中找到的第一个匹配项。
  • Therefore, since Matcher accepts CharSequence, it is possible to apply regular expressions to whole files.
    因此,由于Matcher接受CharSequence,所以将正则表达式应用到全体文件是可能的。