中英
字符串的模式匹配
  • 翻译

String pattern matching

以上为机器翻译结果,快速获取精准的人工翻译结果,建议选择有道人工翻译

  • 双语例句
  • 1
    正则表达式 是定义匹配模式字符
    Regular expressions are strings of characters that define a pattern to be matched.
  • 2
    在 vi 中,可以使用 / 命令搜索字符,这需要以字面字符或正则表达式形式指定要匹配模式
    You can search for strings in vi using the / command, specifying the pattern to match either as a literal string or as a regular expression.
  • 3
    评价了字符是否与预定义模式匹配
    Evaluates whether the string matches the predefined pattern.
查看更多