查询
1 词典释义:
RegEx
时间: 2025-07-14 04:29:11
英 [ˈreɡeks]
美 [ˈreɡeks]

n. 正则表达式;规则表达式;正规表达式

双语例句
  • We're also putting in a conjunctional into our regex syntax.

    我们还在正则表达式语法中加入了一个连接词。

  • Regex: The regular expression.

    regex:正则表达式。

  • This displays the RegEx editor.

    这会显示RegEx编辑器。

  • How does the latter regex work?

    后面的regex如何工作?

  • Table 1 shows some common regex operators.

    表1显示了一些常用的regex操作符。

  • This isn't true for the regex library.

    但是 regex 是一个例外。

  • Miscellaneous (arp, boot, regex, unix utf8)

    杂项(arp、boot、regex、unix utf8)

  • Each regex is represented by a match element.

    每个正则表达式都由一个匹配元素表示。

  • Here's an example of a common use of a regex.

    下面是regex的常见用法示例。

  • All regex repetition operators are greedy.

    所有能多次限定的正则运算符都是贪婪的。

  • Example of SQL statements using regex functions.

    使用regex函数的sql语句示例。

  • Searching support with support for regex and xpath.

    支持regex和XPath的搜索支持。

  • Use the stylesheet in Listing 2 to validate the regex.

    使用 清单 2中的样式表验证正则表达式。

  • It then USES one regex function to read in each book item.

    然后用一个regex函数读取每个图书项目。

  • Matches boy or boys; the regex Goo? Gle matches Gogle or Google.

    匹配boy或boys; regex Goo ? gle匹配Gogle或Google。

  • Such a little program is useful if you want to test or refine a regex.

    如果需要测试或改进regex,则这种小型程序非常有用。

  • It provides an excellent introduction to regex and has many useful examples.

    它会提供regex的精彩介绍,并包含许多有用的示例。

  • This function creates a Regex object just as the RegexMatch function did.

    此函数同regexmatch函数一样可创建Regex对象。

  • A regular expression (regex) describes patterns in a concise, readable notation.

    正则表达式(regex)使用简明、易读的符号描述模式。

  • It lets you embed whitespace in a subpattern, making the regex easier to read.

    它允许您在子模式中嵌入空白,使regex更易读。

  • This function divides the string at every point that matches the provided regex.

    此函数将在匹配给定regex的每个点上划分字符串。

  • Note: We did not implement full regex to validate the URLs, which would be a good idea.

    注意:我们并没有实现完整的正则表达式来验证url,这其实是一种好的做法。

  • Just put the word regex in brackets ([]) before a string to create a regular expression.

    只需要把regex放在中括号里,然后放在一个字符串的前面就可以创建一个正则表达式了。

  • If the specified mode is incorrect, any of the regex functions will return an error.

    如果指定的模式不正确,所有regex函数都将返回错误。

  • Another use of regex is formatting, or normalizing or improving, the readability of data.

    regex的另一个应用是格式化、规范化或提高数据的可读性。

  • The capture operator is the parentheses, and the operator can appear anywhere in the regex.

    capture操作符是一些括号,并且操作符可以出现在regex中的任意位置。

  • Many additional text analysis components including word splitting, regex and sounds-like filters.

    多个新增的文本分析组件,包括分词、正则表达式过滤器和近似读音过滤器。