从符合规则运算式的回应中撷取文字。
Extract text from the response matching a regular expression.
指示规则运算式是否在输入字串中寻找比对。
Indicates whether the regular expression finds a match in the input string.
在规则运算式模式所定义的位置分隔输入字串。
Splits the input string at the positions defined by a regular expression pattern.
建构规则运算式的方式非常像是在建立算术运算式。
Regular expressions are constructed much like arithmetic expressions are created.
规则运算式可以做为与所要搜寻之文字进行比较的字元模式。
The regular expression serves as character pattern to compare with the text being searched.
若要使用以下范例,请将规则运算式模式及字串提供给函式。
To use this example, pass the function a regular expression pattern and a string.
在规则运算式比对所定义的位置,将输入字串分割成子字串阵列。
Splits an input string into an array of substrings at the positions defined by a regular expression match.
最简单的规则运算式形式,就是与搜寻字串比较的单一、一般字元。
The simplest form of a regular expression is a single, ordinary character that is compared with a searched string.
提供一组可以用来定义规则运算式的字元、运算子以及建构的资讯。
Provides information on the set of characters, operators, and constructs that you can use to define regular expressions.
如果您无法指定组成比对的字元数量,规则运算式会支援限定词的概念。
If you cannot specify the number of characters that comprise a match, regular expressions support the concept of quantifiers.
撷取规则可以从栏位、文字、属性、标头、规则运算式和隐藏栏位中撷取。
Extraction rules can extract form fields, text, attributes, headers, regular expressions, and hidden fields.
您可以使用规则运算式来搜寻字串中的模式、取代文字,以及撷取子字串。
You can use regular expressions to search for patterns in a string, replace text, and extract substrings.
在指定的输入字串内,使用指定的取代字串来取代符合规则运算式模式的字串。
Within a specified input string, replaces strings that match a regular expression pattern with a specified replacement string.
在指定的输入字串内,使用指定的取代字串来取代符合规则运算式模式的所有字串。
Within a specified input string, replaces all strings that match a specified regular expression with a specified replacement string.
若要允许使用者输入额外的字元,加入规则运算式的模式中的字元类别中的这些字元。
To allow additional characters in user input, add those characters to the character class in the regular expression pattern.
在指定的输入字串内,使用指定的取代字串来取代符合指定之规则运算式的所有字串。
Within a specified input string, replaces all strings that match a regular expression pattern with a specified replacement string.
表示指定的规则运算式是否使用指定的比对选项,在指定的输入字串中寻找相符项目。
Indicates whether the specified regular expression finds a match in the specified input string, using the specified matching options.
规则运算式物件是包含规则运算式模式以及旗标的一个物件,而旗标会识别如何套用模式。
The regular expression object is an object that contains a regular expression pattern along with flags that identify how to apply the pattern.
在指定的输入子字串内,使用指定的取代字串来取代符合规则运算式模式的指定最大字串数目。
Within a specified input substring, replaces a specified maximum number of strings that match a regular expression pattern with a specified replacement string.
如果您使用其他静态方法呼叫中已定义的规则运算式模式,规则运算式引擎就会从快取中撷取这个规则运算式模式。
If you are using a regular expression pattern that has already been defined in another static method call, the regular expression engine will retrieve it from the cache.
由于无法保证规则运算式产生器一定会产生唯一的值,所以您不能使用它来填满具有唯一条件约束的使用者定义型别资料行。
Because the Regular Expression generator is not guaranteed to produce unique values, you cannot use it to fill a user-defined type column that has a unique constraint.
由于无法保证规则运算式产生器一定会产生唯一的值,所以您不能使用它来填满具有唯一条件约束的使用者定义型别资料行。
Because the Regular Expression generator is not guaranteed to produce unique values, you cannot use it to fill a user-defined type column that has a unique constraint.
应用推荐