正则表达式 [数] Regular expression ; RegExp ; regex ; grep
正则表达式对象 Dim RE ; Regular Expression Objects ; RegExp Object ; Set re CreateObject
正则表达式经典实例 Regular Expression Cookbook
正则表达式匹配 ereg ; Regular Expression Matching ; A REGEXP ; A RLIKE
扩展正则表达式 ERE ; Extended Regular Expression ; EXtended REGEXP
正则表达式入门经典 Andrew Watt
基本正则表达式 BRE ; basic regular expression ; basic REGEXP
正则表达式之道 A Tao of Regular Expressions
使用正则表达式 Regular expressions ; Using Regular Expressions ; Use Regular Expression ; SetTitleMatchMode Regex
因此,正则表达式 A*B 将与字符串 AB 、 AAB 、 AAAB 或任何其它以 A 开头并以单个 B 为结尾的字符串相匹配。
Therefore the regular expression A*B will match the strings AB, AAB, AAAB, or any other string starting with an A and ending with a single B.
我们还在正则表达式语法中加入了一个连接词。
We're also putting in a conjunctional into our regex syntax.
它表示一个正则表达式并提供了使正则表达式与字符串相匹配的逻辑。
It represents a regular expression and provides the logic to match the regular expression against strings.
应用推荐