匹配正则表达式模式的单词将会被屏蔽。
Words that match the patterns of the regular expressions are selected to be redacted.
为这个规则指定正则表达式模式。
这真的是要逃避在正则表达式模式中?
Is it really required to escape back slashes in regex patterns?
在Rule部分的input框中输入以下正则表达式模式。
Enter the following regular expression pattern into the input field of the Rule section.
如果您仔细研究这个可怕的正则表达式模式,您将发现5个组。
If you look carefully at that monster regular expression pattern, you'll discover five groups.
在由指定的正则表达式模式定义的位置拆分输入字符串。
Splits the input string at the positions defined by a specified regular expression pattern.
返回一个布尔值,它指示在所搜索的字符串中是否存在正则表达式模式。
Returns a Boolean value that indicates whether a regular expression pattern exists in a searched string.
查看该代码,可以看到正则表达式模式被设置为匹配某个包含20- 29%的行。
Looking at the code, you can see that the regular expression pattern was set to match a line that contained 20-29%.
但是,您可以修改正则表达式模式,以便它去除不应包含在输入字符串中的任何字符。
However, you can modify the regular expression pattern so that it strips out any characters that should not be included in an input string.
除了保护特定的一个uri外,通过将UR i属性设为一个正则表达式模式还可以保护一个资源。
In addition to the basic option of protecting a specific URI stem, it is also possible to protect a resource by setting the URI attribute equal to a regular expression pattern.
另外,也可以使用RegularExpressionBuilder自己构建正则表达式模式。
Alternatively, you can try to build the regular expression pattern yourself using the regular expression Builder.
在RegEx规则编辑器中,定义概念类型及其特性,然后把包含正则表达式模式的规则分配给这些类型。
With the RegEx rules editor, you define concept types and their features and then assign rules with regular expression patterns to those types.
首先,它创建一个正则表达式模式用于查找句子末尾,并为每个单词创建一个ONE变量,用于统计单词的出现频率。
First it creates a regular expression pattern that looks for the end of sentences and one for individual words.
它还支持对添加的文件进行过滤,方法是使用文件的正则表达式模式传递第二个参数,以匹配文件并添加到归档中。
It also supports filtering of the files to add by passing a second parameter with the regular-expression pattern of files to match and add to the archive.
下一行代码展示了TomahawkvalidateRegExpr 验证器和用于加强验证的正则表达式模式的用法。
The next line shows the use of the Tomahawk validateRegExpr validator and the regular expression pattern used to enforce the validation.
在指定输入子字符串内,使用指定替换字符串替换与某个正则表达式模式匹配的字符串(其数目为指定的最大数目)。
Within a specified input string, replaces a specified maximum number of strings that match a regular expression pattern with a specified replacement string.
Features文件夹是空的,Rules文件夹包含名为Coordinates的规则,但是还没有定义正则表达式模式。
The Features folder is empty and the Rules folder contains the rule named Coordinates, but no regular-expression pattern is defined yet.
此函数将给定正则表达式编译到具有给定模式的模式中并尝试匹配针对它的给定输入。
This function compiles the given regular expression into a pattern with the given mode and attempts to match the given input against it.
在正则表达式的上下文中,模式是字符序列的文本表示法。
In the context of regular expressions, patterns are text representations of sequences of characters.
正则表达式是根据文本匹配模式的方法—类似于编译器生成类文件的工作原理。
Regular expressions are ways to match patterns against text — similar to how a compiler works to generate class files.
路由在模式匹配时使用正则表达式,并且使用XML表示。
Routes make use of regular expressions for pattern matching, and are expressed using XML.
清单11显示了一个正则表达式初学者在使用这个模式时出现的问题。
Listing 11 shows you an accident a new regular expression user could make using this pattern.
简而言之,正则表达式描述字符串模式。
In a nutshell, a regular expression describes a string pattern.
这三种语言都支持正则表达式和模式匹配。
Our three languages also share support for regular expressions and pattern matching.
此函数试图匹配并返回正则表达式针对源字符串定义的模式的特定发生项。
This function attempts to match and return a specific occurrence of a pattern that is defined by the regular expression against the source string.
其优点远远不止匿名函数、正则表达式支持、模式匹配这几样。
Anonymous functions, regular expression support and pattern matching are only the beginning.
此函数试图匹配正则表达式针对源字符串的模式的特定发生项。
This function attempts to match a specific occurrence of the pattern that is defined by the regular expression against the source string.
它现在是基于ICU架构而不是Oniguruma的正则表达式编译和模式匹配架构。
It is now using the ICU framework instead of Oniguruma for regular expression compilation and pattern matching.
我们不能使用fgrep来搜索使用模式的正则表达式。
You can't use fgrep to search for regular expressions with patterns.
我们不能使用fgrep来搜索使用模式的正则表达式。
You can't use fgrep to search for regular expressions with patterns.
应用推荐