中英互译
regular expression
基本释义
- 正则表达式:计算机理论中对正则形式语言的简洁描述,用于文本匹配或搜索的模式。
双语例句
- 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.因此,正则表达式 A*B 将与字符串 AB 、 AAB 、 AAAB 或任何其它以 A 开头并以单个 B 为结尾的字符串相匹配。
- Any regular expression can be used.任何正则表达式都可以使用。
- Step 4: Evaluate the regular expression.第4步:评估正则表达式。
网络短语
- Regular Expression Cookbook正则表达式经典实例;正则表达式实例
- Extended Regular Expression扩展的正则表达式;扩展正则表达式;扩展正则式;正则表达式
- regular expression object规则表达式对象;正则表达式对象;正规表达式;规则运算式物件
- basic regular expression基本正则表达式;正则表达式;基本的正则表达式;风格基本的正则表达式
- Regular Expression Objects正则表达式对象;二正则表达式对象
同义词
[数]正则表达式;正规表达式
英英释义
- In computing, a regular expression (abbreviated regex or regexp) is a sequence of characters that forms a search pattern, mainly for use in pattern matching with strings, or string matching, i.e.