OK, now on to the second regexp.
好,现在看一下第二个regexp。
Step 2: Compile the regexp pattern.
第 2步:编译regexp模式。
Type the regexp to search for: t [a-z].
键入要搜索的regexp:t [a - z]。
It'll become specific for your regexp later.
在后来的regexp中,它将变得具体。
Notice that you have to quote the regexp now.
请注意,现在必须给 regexp加上引号。
regExp : Regular expression to validate the field.
regExp :用于检验字段的正则表达式。
You can often see right away if your regexp needs fixing.
如果regexp需要进行调整,通常就可以立即发现。
So, this regexp is equivalent to: Take the first text that precedes a space.
因此,该regexp相当于:取空格前的第一段文本。
I'll explain step by step how to extract the information using this regexp.
我将一步一步地说明如何使用该regex p来抽取信息。
I'll explain step by step how to extract the information using this regexp.
我将一步一步地说明如何使用该regex p来抽取信息。
应用推荐