We're also putting in a conjunctional into our regex syntax.
我们还在正则表达式语法中加入了一个连接词。
This displays the RegEx editor.
这会显示RegEx编辑器。
How does the latter regex work?
后面的regex如何工作?
Table 1 shows some common regex operators.
表1显示了一些常用的regex操作符。
Miscellaneous (arp, boot, regex, unix utf8)
杂项(arp、boot、regex、unixutf8)
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中的样式表验证正则表达式。
Matches boy or boys; the regex Goo? Gle matches Gogle or Google.
匹配boy或boys;regexGoo ?gle匹配Gogle或Google。
It provides an excellent introduction to regex and has many useful examples.
它会提供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,这其实是一种好的做法。
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 leading and trailing slash shown in the code simply indicate the start and end of the regex.
代码中的首尾斜杠只表示regex 的开头和结尾。
The regex reads, "A sequence of whole words 'the' or 'of' followed by a non-word character."
该regex 表示“一连串完整单词‘the’或‘of’后面紧跟非文字字符。”
Many additional text analysis components including word splitting, regex and sounds-like filters.
多个新增的文本分析组件,包括分词、正则表达式过滤器和近似读音过滤器。
If not zero, you may have exceeded a computing limit, such as how deeply a regex can recurse.
如果不为零,则可能已经超出计算范围,例如超出regex可以递归的深度。
In programming, a regular expression is written in a formal language, also known as regex or regexp.
在编程中,正则表达式是用一种形式语言编写的,也称为regex或regexp。
More often, though, a regex is used to prove a match and to extract information about the match.
但是,regex更常用于检验匹配和提取关于匹配的信息。
The TOKEN statement contains a regex-like expression that describes what integer tokens look like.
TOKEN语句包含类似 regex 的表达式,该表达式描述了整数记号看起来象什么。
Note: The i modifier at the end of the regex makes all matches within the pattern, case-insensitive.
注:使用 regex 末尾的i修饰语可以使模式内的所有匹配都不区分大小写。
Finally, the regex man page, available on many UNIX systems, provides information on building POSIX regexps.
最后,很多UNIX系统上提供的regex手册页提供了有关构建POSIX regexp的信息。
Finally, the regex man page, available on many UNIX systems, provides information on building POSIX regexps.
最后,很多UNIX系统上提供的regex手册页提供了有关构建POSIX regexp的信息。
应用推荐