匹配正则表达式模式的单词将会被屏蔽。
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%.
您使用相同的基本查询表达式模式来查询和转换SQL数据库、A DO。
You use the same basic query expression patterns to query and transform data in SQL databases, ADO.
转移条件,如textln . match,是规则表达式模式,但它们可能也是定制函数。
The transition conditions, such as textln.match , are regular expression patterns, but they could just as well be custom functions.
但是,您可以修改正则表达式模式,以便它去除不应包含在输入字符串中的任何字符。
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.
它还支持对添加的文件进行过滤,方法是使用文件的正则表达式模式传递第二个参数,以匹配文件并添加到归档中。
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.
首先,它创建一个正则表达式模式用于查找句子末尾,并为每个单词创建一个ONE变量,用于统计单词的出现频率。
First it creates a regular expression pattern that looks for the end of sentences and one for individual words.
下一行代码展示了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.
正则表达式不一定包含通配符,但通配符可以使正则表达式在搜索模式和处理文件时发挥更大的作用。
A regular expression doesn't have to contain wildcards, but wildcards can make regular expressions useful for searching for patterns and manipulating files.
您可以限制搜索的类别,还可以使用布尔表达式和模式匹配来进一步精化搜索。
You can limit the categories that are searched, and you can use Boolean expressions and pattern matching to further refine the search.
清单11显示了一个正则表达式初学者在使用这个模式时出现的问题。
Listing 11 shows you an accident a new regular expression user could make using this pattern.
这些规则和模式都是由用来简化表达式的程序所使用的。
These rules and patterns are used by the simplifier to simplify expressions.
然后,数据被使用诸如XML模式表达式索引、B-树结构索引、结构索引、内容或关键字索引之类技术以及其他技术进行索引。
The data is then indexed using techniques such as XML pattern expression indexing, B-tree structural indexing, structural indexing, content or keyword indexing, and others.
组是正则表达式中的子模式,它们包含在圆括号中。
Groups are subpatterns in the regular expression that are surrounded by parenthesis.
此函数试图匹配正则表达式针对源字符串的模式的特定发生项。
This function attempts to match a specific occurrence of the pattern that is defined by the regular expression against the source string.
LIKE谓词有一个新特性,允许使用列引用作为模式表达式。
There is also a new feature for the LIKE predicate that makes it possible to use a column reference as pattern expression.
通过把正则表达式规则的子模式(匹配组)分配给特性,可以设置注解的特性值。
You can set the feature values of an annotation by assigning a sub-pattern of the regular expression rule-a match group-to the feature.
通过把正则表达式规则的子模式(匹配组)分配给特性,可以设置注解的特性值。
You can set the feature values of an annotation by assigning a sub-pattern of the regular expression rule-a match group-to the feature.
应用推荐