匹配正则表达式模式的单词将会被屏蔽。
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?
在由指定的正则表达式模式定义的位置拆分输入字符串。
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.
通过使用正则表达式引擎,很容易测试出字符串是否与模式匹配。
Using a regular expression engine, it is easy to test if a string matches the pattern.
在元素中指定模式时,请注意,要使用正则表达式来执行匹配和字符串替换。
When specifying patterns in the element, realize that regular expressions are used to perform the matching and string replacement.
正则表达式是根据文本匹配模式的方法—类似于编译器生成类文件的工作原理。
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.
正则表达式用来基于字符、频率和字符顺序定义字符串中的模式。
Regular expressions are used to define patterns in strings based on characters, frequency, and character order.
此函数试图匹配并返回正则表达式针对源字符串定义的模式的特定发生项。
This function attempts to match and return a specific occurrence of a pattern that is defined by the regular expression against the source string.
但不幸的是,简单的正则表达式并不满足于处理复杂的模式和符号。
Unfortunately, simple regular expressions are unable to cope with complex patterns and symbols.
我寻找构成所寻找模式的正则表达式,然后使用注入的特殊消息来打印该磁盘报告行。
I look for a regular expression that makes the pattern I am looking for, and then print the line of the disk report with a special message that gets injected.
此函数试图匹配正则表达式针对源字符串的模式的特定发生项。
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.
在vi 中,可以使用 /命令搜索字符串,这需要以字面字符串或正则表达式的形式指定要匹配的模式。
You can search for strings in vi using the / command, specifying the pattern to match either as a literal string or as a regular expression.
在vi 中,可以使用 /命令搜索字符串,这需要以字面字符串或正则表达式的形式指定要匹配的模式。
You can search for strings in vi using the / command, specifying the pattern to match either as a literal string or as a regular expression.
应用推荐