-
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 为结尾的字符串相匹配。
-
Regex: The regular expression.
regex:正则表达式。
-
Any regular expression can be used.
任何正则表达式都可以使用。
-
Enter the following regular expression.
输入下面的正则表达式。
-
Step 4: Evaluate the regular expression.
第4步:评估正则表达式。
Regular Expression是正则表达式,是查找和替换文本模式的简洁而灵活的表示法。