网站首页  词典首页

请输入您要查询的英文单词:

 

单词 regular expression
释义

Regular Expression

美 
英 
  • n.正则表达式
  • 网络规则运算式;正规表达式;正规表示式
n.
1.
正则表达式

例句

释义:
1.
Anchors allow you to fix a regular expression to either the beginning or end of a line.
定位点使您能够将正则表达式固定到行首或行尾。
msdn2.microsoft.com
2.
Every regular expression is logically equivalent to a state machine, and the parser of every regular expression implements a state machine.
逻辑上,每个规则表达式都等价于一个状态机,而每个规则表达式的语法分析器都实现这个状态机。
www.ibm.com
3.
To match text at the beginning of a line of text, use the ^ character at the beginning of the regular expression.
若要匹配一行文本开始处的文本,请在正则表达式的开始使用^字符。
technet.microsoft.com
4.
It then parses the content submitted by the user, extracting all the URLs found within the body by means of a simple regular expression.
它然后解析用户提交的内容,通过一个简单的正则表达式抽取出主体中找到的所有URL。
www.ibm.com
5.
They are usually used to increase the efficiency of a regular expression, but may also be applied to eliminate certain matches.
它们通常都是被用于提高正则表达式的效率,但也可能是应用于排除某些匹配。
wind-wood.blog.163.com
6.
This regular expression has a bunch to digest, but if you walk through it a few times, you can see that this is what a URL has to look like.
这个规则表达式有许多内容有待理解,但如果多看几遍,您就会明白这就是URL的格式。
www.ibm.com
7.
Searches the input string for an occurrence of a regular expression with a specified input string starting position and input string length.
从指定的输入字符串起始位置开始在输入字符串中搜索具有指定输入字符串长度的正则表达式匹配项。
msdn2.microsoft.com
8.
The value for the name attribute should be a regular expression that describes a set of IP addresses or host names.
name属性的值应当是描述一组IP地址或主机名的正则表达式。
msdn2.microsoft.com
9.
It does so by creating a regular expression that matches only at the beginning and end of a line of text.
通过创建只匹配一行文本的开始和结尾的正则表达式,就可做到这一点。
msdn2.microsoft.com
10.
Each pair of lines is a regular expression to match against followed by a replacement to use if the regular expression is matched.
每个行对都包含一个进行匹配时所依据的正则表达式,其后是与该正则表达式匹配时要使用的替换项。
msdn2.microsoft.com
1.
Have no fear, as the algorithms and regular-expression building code here are easily adaptable to your relational database environment.
不过,请不要担心,因为本文中的算法和正则表达式构建代码可以很容易适应关系数据库环境。
www.ibm.com
2.
The simplest form of a regular expression is a single, ordinary character that matches itself in a searched string.
正则表达式的最简单形式是在搜索字符串中匹配其本身的单个普通字符。
msdn2.microsoft.com
3.
You can compare data to a regular expression; if they match, you know your data is valid.
您可以将数据与正则表达式进行比较,如果它们匹配,则知道数据是有效的。
www-128.ibm.com
4.
Then, when process is called, it finds matches of the regular expression in the document text that it gets from the CAS.
然后,当调用process时,它在从CAS收到的文档文本中寻找与正则表达式匹配的地方。
www.ibm.com
5.
If one of the regular expression can be matched from the first character of the string, they are considered to be matched.
用来检查某一个字符串能同一组正则表达式中的哪一个符合“以此开头”形式的匹配。
jabb.sourceforge.net
6.
The simplest regular expression is one that has no special characters in it.
最简单的正则表达式是不含任何特殊字符的正则表达式。
mysql.crihan.fr
7.
The first regular expression will match the string "main" followed by any number of spaces or tabs, followed by an open parenthesis.
第一个规则表达式将与后面依次跟有任意数量的空格或制表键以及开始圆括号的字符串“main”匹配。
www.ibm.com
8.
A regular expression is evaluated from left to right and follows an order of precedence, much like an arithmetic expression.
正则表达式从左到右进行计算,并遵循优先级顺序,这与算术表达式非常类似。
msdn2.microsoft.com
9.
Q. Why does using parenthesis in a POSIX regular expression change the result of a match?
在POSIX正则表达式中使用括号为什么会改变匹配结果?
qa.alibaba.com
10.
A regular expression can filter for a specific location, such as the start or end of a line and the beginning and end of a word.
正则表达式可以过滤特定的位置,例如行的开始或结束,以及单词的开始和结束。
www.ibm.com
1.
This function compiles the given regular expression into a pattern with the given mode and attempts to match the given input against it.
此函数将给定正则表达式编译到具有给定模式的模式中并尝试匹配针对它的给定输入。
www.ibm.com
2.
The power behind much of this automation is the regular expression, a veritable set of hieroglyphics to find, match, and decompose strings.
实现这种自动化主要依靠正则表达式,它是用来查找、匹配和分解字符串的一组真正的象形文字。
www.ibm.com
3.
When using multiple back references, a regular expression can quickly become confusing and hard to understand.
当要使用多个反向引用时,正则表达式很快就会变得令人迷惑而且很难去理解。
archive.cnblogs.com
4.
One of my last tasks for the Regular Expression Cookbook was to write the preface, including my author bio.
即将完工,剩余的工作之一是作序,包括写我的作者小传。
www.douban.com
5.
Within a specified input string, replaces all strings that match a specified regular expression with a string returned by a.
从第一个字符开始,用替换字符串替换由指定正则表达式定义的字符模式的所有匹配项。
msdn2.microsoft.com
6.
Note how the regular expression above captures only digits and dots, after "connection from" and a string of non-digits.
请注意,上面的正则表达式如何只捕获“connectionfrom”和一个非数字的字符串后面的数字和点。
www.ibm.com
7.
You could use an XML parser to read out the tags, but it's easier in this case to use a regular expression.
可以使用XML解析器读出标记,但在本例中使用一个正则表达式会更为容易。
www.ibm.com
8.
Note: This regular expression should not be used in production environments as it is not secure against XSS attacks.
注意:这个正则表达式不应该使用在生产环境中,因为它对于XSS攻击不安全。
www.ibm.com
9.
Returns a Boolean value indicating the state of the multiline flag (m) used with a regular expression.
返回布尔值,该值指示在正则表达式中使用的multiline标志(m)的状态。
msdn2.microsoft.com
10.
The outermost parentheses in this regular expression match the beginning of the nested constructs.
这个正则里最外层的括号匹配了嵌套结构的开头。
archive.cnblogs.com
1.
When Lex receives input in the form of a file or text, it attempts to match the text with the regular expression.
当Lex接收到文件或文本形式的输入时,它试图将文本与常规表达式进行匹配。
www-128.ibm.com
2.
Anonymous functions, regular expression support and pattern matching are only the beginning.
其优点远远不止匿名函数、正则表达式支持、模式匹配这几样。
www.infoq.com
3.
Within a specified input string , replaces all strings that match a regular expression pattern with a specified replacement string .
从输入字符串中的第一个字符开始,用指定的替换字符串替换由指定的正则表达式定义的模式的所有匹配项。
www.bing.com
4.
String is a regular expression that , if it matches any text typed into the IRC channel , invokes the action handler .
字符串是一个正则表达式,如果该字符串与进入IRC信道的任何文本类型相匹配,那么将调用动作处理器。
www.bing.com
5.
Within a specified input string, replaces strings that match a regular expression pattern with a specified replacement string.
在指定的输入字串内,使用指定的取代字串来取代符合规则运算式模式的字串。
technet.microsoft.com
6.
You can define a regular expression that describes valid data and then let the Java runtime see if it matches.
您可以定义一个正则表达式,用于描述有效数据,然后让Java运行时检查它是否匹配。
www-128.ibm.com
7.
Under regular expression URL rewriting, every rewritten URI has at least one denotative twin.
通过使用正则表达式URL重写,每个重写的URI至少有一个对应的表示性(denotative)形式。
www.ibm.com
8.
Defining the regular expression that will match all strings or quoted strings is a bit trickier than defining exact word matches.
定义匹配所有字符串或引用字符串的正则表达式要比定义精确的字匹配更具技巧性。
www.ibm.com
9.
However, the exact syntax of the regular expression is not that important; regular expressions can be written in many ways.
然而,正则表达式的确切语法并不重要;正则表达式可以采用很多方法来编写。
www-128.ibm.com
10.
To do a case-insensitive comparison, you need to convert this into a regular expression that combines all of the valid values.
要进行不区分大小写的比较,需要把它转换成组合了所有有效值的正则表达式。
www.ibm.com
1.
In Listing 2, a few countries are detected through a simple list of names that comprise the regular expression.
在清单2中,通过包含正则表达式的简单的名称列表可以检测一些国家。
www.ibm.com
2.
The next line shows the use of the Tomahawk validateRegExpr validator and the regular expression pattern used to enforce the validation.
下一行代码展示了TomahawkvalidateRegExpr验证器和用于加强验证的正则表达式模式的用法。
www.ibm.com
3.
Describes the components of a regular expression and the relationship between the components and delimiters.
描述正则表达式的组件以及组件和分隔符之间的关系。
msdn2.microsoft.com
4.
Since the pattern is a regular expression, be sure to escape any characters that are reserved characters in regular expressions.
由于模式是正则表达式,应确保转义正则表达式中的任何保留字符。
archive.cnblogs.com
5.
Regular expression is now considerably faster after a complete rewrite to be POSIX compliant.
为了与POSIX兼容而进行重写之后,正则表达式的运行现在快了很多。
www.ibm.com
6.
Explains how you can specify the minimum and maximum desired number of matches and how the regular expression engine handles empty matches.
解释如何指定所需的最小和最大匹配数目以及正则表达式引擎如何处理空匹配。
msdn2.microsoft.com
7.
The Regex class contains several static methods that allow you to use a regular expression without explicitly creating a Regex object.
Regex类包含若干静态方法,使您无需显式创建Regex对象即可使用正则表达式。
msdn2.microsoft.com
8.
Just put the word regex in brackets ([]) before a string to create a regular expression.
只需要把regex放在中括号里,然后放在一个字符串的前面就可以创建一个正则表达式了。
www.bing.com
9.
If the string has not been entirely consumed by the regular expression, a recursive call processes the remainder.
如果正则表达式没有完全处理完字符串,那么对未处理完的字符串继续应用递归调用。
www.ibm.com
10.
These quantifiers let you specify how many times a given component of a regular expression must occur for a match to be true.
这些限定符使您能够指定,为使匹配为真,正则表达式的某个给定组件必须出现多少次。
technet.microsoft.com
1.
Searches the input string for the first occurrence of a regular expression, beginning at the specified starting position in the string.
从输入字符串中的指定起始位置开始,在该字符串中搜索正则表达式的第一个匹配项。
msdn.microsoft.com
2.
However, you can modify the regular expression pattern so that it strips out any characters that should not be included in an input string.
但是,您可以修改规则运算式模式,使它带出不应该在输入字串中包含的任何字元。
technet.microsoft.com
3.
Explains how the regular expression engine advances through a string after empty matches.
解释正则表达式引擎在出现空匹配后在字符串中如何继续执行。
msdn2.microsoft.com
4.
Searches the specified input string for all occurrences of a regular expression, beginning at the specified starting position in the string.
从字符串中的指定起始位置开始,在指定的输入字符串中搜索正则表达式的所有匹配项。
technet.microsoft.com
5.
One of the unique features of it is its regular expression debugger.
它的一个独特的特性是常规表达式调试器。
www.ibm.com
6.
The cornerstone is the predicate matches, which allow for a regular expression match over an attribute (or all the attributes).
这一集成的基础是谓词匹配,它允许正则表达式在一个属性(或所有属性)之上匹配。
www.ibm.com
7.
Non-printing characters may also be part of a regular expression.
非打印字符也可以是正则表达式的组成部分。
msdn2.microsoft.com
8.
If a match is found, a regular expression replace is performed on the requested path with the value of the SendTo property.
如果找到了匹配的规则,将在具有SendTo属性值的被请求路径上执行正则表达式替换。
archive.cnblogs.com
9.
Splits the specified input string a specified maximum number of times at the positions defined by a regular expression specified in the .
构造函数中指定的正则表达式定义的位置,将指定的输入字符串拆分指定的最大次数。
www.bing.com
10.
Characters enclosed in a bracket expression match only a single character for the position in the regular expression.
括在中括号表达式中的字符只匹配处于正则表达式中该位置的单个字符。
msdn2.microsoft.com
1.
Validates whether the value of an associated input control matches the pattern specified by a regular expression.
验证相关输入控件的值是否匹配正则表达式指定的模式。
msdn2.microsoft.com
2.
In programming, a regular expression is written in a formal language, also known as regex or regexp.
在编程中,正则表达式是用一种形式语言编写的,也称为regex或regexp。
www.ibm.com
3.
The simplest form of a regular expression is a single, ordinary character that is compared with a searched string.
最简单的规则运算式形式,就是与搜寻字串比较的单一、一般字元。
technet.microsoft.com
4.
These types of tools generally expect newline-delimited records and rely on regular expression patterns to identify parts of texts.
这类工具通常需要换行-分隔符记录并依靠正则表达式模式来标识文本的各个部分。
www-128.ibm.com
5.
The first argument of both of these calls is a regular expression specifying the URL that the customer may pass in.
这两次方法调用的第一个参数是一个正则表达式,用于指定用户可能传入的URL。
www.ibm.com
6.
Demonstrates a simple regular expression for identifying hyperlinks in an HTML document.
演示一个用于在HTML文档中标识超链接的简单正则表达式。
msdn2.microsoft.com
7.
For instance, Listing 6 shows how a regular expression can be used to extract the date of the first order in a customer's Order History.
例如,清单6显示了如何用正则表达式从顾客的订单历史中提取第一笔订单的日期。
www.ibm.com
8.
Some of the regular expression reserved characters include: . , ? , ^, $, and others.
一些正则表达式保留字符包括:.、?、^、$及其他。
archive.cnblogs.com
9.
The RegularExpressionValidator control checks whether the value of an input control matches a pattern defined by a regular expression.
RegularExpressionValidator控件检查输入控件的值是否匹配正则表达式定义的模式。
msdn2.microsoft.com
10.
This key determines if the "Name matches regular expression" search option is selected when the search tool is started.
这设定键确定定在搜寻工具开始搜寻时已选用了「档名符合正规表示式」选项。
translations.launchpad.net
1.
Lists the escape sequences that are used to represent non-printing characters in a regular expression.
列出用于表示正则表达式中非打印字符的转义序列。
msdn2.microsoft.com
2.
It is of course possible to have other formats, simply by changing he regular expression in the URL pattern string.
当然,还可能有其它的格式,只需要在URL格式的字符串中修改正则表达式即可。
www.infoq.com
3.
Regular Expression objects store patterns used to search strings for character combinations.
规则运算式物件储存用来搜寻字元组合之字串的模式。
technet.microsoft.com
4.
The following code example illustrates the use of this constructor to instantiate a regular expression with a specified pattern and options.
下面的代码示例演示如何使用此构造函数以指定的模式和选项实例化正则表达式。
msdn2.microsoft.com
5.
Each rule, in turn, consists of a regular expression and some code to be run when that regular expression is matched.
每一个规则依次包含一个正则表达式以及该正则表达式得到匹配时要运行的一些代码。
www-128.ibm.com
6.
Regulator allows you to enter a regular expression and some input against which you would be running this expression.
Regulator允许你输入一个正则表达式以及一些针对其运行该表达式的输入。
unixlzx.blog.163.com
7.
Searches the specified input string for an occurrence of the regular expression supplied in the pattern parameter.
在指定的输入字符串中搜索pattern参数中提供的正则表达式的匹配项。
msdn2.microsoft.com
8.
Explains how regular expressions are evaluated and how the sequence and syntax of the regular expression effects the result.
说明如何计算正则表达式以及正则表达式的序列和语法对结果有何影响。
msdn2.microsoft.com
9.
Regular expression patterns are compiled into a series of bytecodes which are then executed by a matching engine written in C.
正则表达式模式被编译成一系列的位元组码,然后由用C编写的匹配引擎执行。
dictsearch.appspot.com
10.
The regular expression annotator is configured by means of an XML file.
正则表达式注释器是通过一个XML文件配置的。
www.ibm.com
1.
Element. Specifies the regular expression that the request header value must not match to satisfy this identification.
指定正则表达式,请求标头值不匹配此表达式时才能满足该标识。
msdn2.microsoft.com
2.
URL pattern: a Perl-compatible regular expression string to be matched with the URL sent by the client.
URL模式:与Perl兼容的正则表达式字符串,将与客户端发送的URL进行匹配。
www.ibm.com
3.
Since the JDK includes a regular expression library, I don't anticipate any difficulties with this class.
因为JDK包含正则表达式库,所以我想实现这个类不会有任何困难。
www.ibm.com
4.
Gets or sets the name of the type to use for the compiled regular expression.
获取或设置用于所编译的正则表达式的类型名称。
msdn2.microsoft.com
5.
Property gets the regular expression used to evaluate password complexity from the provider specified in the.
属性中指定的提供程序验证密码复杂性的正则表达式。
msdn2.microsoft.com
6.
Displays the selected regular expression and enables you to edit it or create your own.
显示选定的正则表达式,并允许您编辑它或创建自己的正则表达式。
msdn2.microsoft.com
7.
This form of the regular expression is a little shorter (though not any more readable). The big question is, is it any faster?
这样的正则表达简短一些(虽然不那么直观可读性不太好)。核心问题是,是否能加快速度?
wiki.woodpecker.org.cn
8.
The technique I demonstrate in this article retrieves the regular expression for valid postal codes from the ResourceBundles as well.
我在本文中演示的技巧也是从ResourceBundle获得用于有效邮政编码的正则表达式。
www.ibm.com
9.
The Regex object is initialized with the regular expression, and specified to be case-insensitive.
Regex对象用正则表达式进行初始化,并被指定为区分大小写。
msdn2.microsoft.com
10.
Looking at the code, you can see that the regular expression pattern was set to match a line that contained 20-29%.
查看该代码,可以看到正则表达式模式被设置为匹配某个包含20-29%的行。
www.ibm.com
1.
Many text analysis tasks can be addressed by extending the rules of the regular expression annotator.
通过扩展正则表达式注释器的规则,可以执行许多文本分析任务。
www.ibm.com
2.
They wouldn't be allowed to type in a list of files or use some kind of regular expression.
用户不能自己输入文件或使用正则表达式。
www.ibm.com
3.
Occurs when a compilation error occurs with a regular expression.
当正则表达式出现编译错误时发生。
technet.microsoft.com
4.
Provides information that the compiler uses to compile a regular expression to a stand-alone assembly.
提供编译器用于将正则表达式编译为独立程序集的信息。
msdn2.microsoft.com
5.
Explains the concept of escaping characters and how to create a regular expression that matches metacharacters.
说明转义符的概念以及如何创建与元字符匹配的正则表达式。
msdn2.microsoft.com
6.
You cannot handle comments using keywords, so you need a regular expression that you can then associate with the Vim Comment group.
不能使用关键字处理注释,所以需要一个正则表达式,然后把它与VimComment组关联起来。
www.ibm.com
7.
The regular expression string used to validate the new password provided by the user.
用于验证用户输入的新密码的正则表达式字符串。
msdn2.microsoft.com
8.
The filter maps URL requests to new addresses using regular expression replacements provided in a configuration file .
筛选器使用配置文件中提供的正则表达式替换内容将URL请求映射到新地址。
www.bing.com
9.
The utility to substitute part of the String that matches specified regular expression(s) with another specified String.
一个工具类,它可以对一个或多个正则表达式所匹配到的字符串中的内容作替换。
jabb.sourceforge.net
10.
The handler function is called when the request type and the regular expression match.
当请求类型与正规表达式匹配时,就会调用处理器函数。
www.ibm.com
1.
Searches the specified input string for all occurrences of a specified regular expression, using the specified matching options.
使用指定的匹配选项在指定的输入字符串中搜索指定的正则表达式的所有匹配项。
technet.microsoft.com
2.
Test if the text string can be matched by any of the regular expression.
判断文本字符串是否可以被任意一个正则表达式所匹配。
jabb.sourceforge.net
3.
The following code example illustrates the use of a regular expression to check for repeated occurrences of words within a string.
下面的代码示例演示如何使用正则表达式检查字符串中重复出现的词。
msdn2.microsoft.com
4.
Changes have also been made for internationalization, network interface addressing, and regular expression usage, among other things.
国际化、网络接口编址和正则表达式的使用等也发生了变化。
www.ibm.com
5.
Searches the specified input string for all occurrences of a specified regular expression.
在指定的输入字符串中搜索指定的正则表达式的所有匹配项。
technet.microsoft.com
6.
The sender's address in $address is extracted from the full user name whenever possible, using a simple regular expression match.
$address中发件人的地址会尽可能从完整的用户名抽取出来,使用的是简单的正则表达式匹配。
www.ibm.com
7.
The installed version of the regular expression annotator now has the desired set of rules configured.
现在,安装的正则表达式注释器已经配置了所需的规则集。
www.ibm.com
8.
Specifies the regular expression that the user agent must not match to satisfy this identification.
指定正则表达式,用户代理不匹配此表达式时才能满足该标识。
msdn2.microsoft.com
9.
This attribute must be a regular expression that works with the Regex class.
该属性必须是可用于Regex类的正则表达式。
msdn2.microsoft.com
10.
The regular expression has also been expended for the implementation of an auto testing algorithm.
本文还对正规表达式作了扩充,并以此为基础提出了一个自动测试算法。
www.juhe8.com
1.
The Match class represents the results of a regular expression matching operation.
Match类表示正则表达式匹配操作的结果。
msdn2.microsoft.com
2.
It uses the XSLT 2. 0 analyze-string instruction, which tests a string to see whether it matches a regular expression.
它使用XSLT2.0analyze-string指令对字符串进行测试,看它是否与某个正则表达式匹配。
www.ibm.com
3.
since the input does not match the regular expression.
因为输入不与正则表达式相匹配。
www.ibm.com
4.
First, get all the matches with a regular expression that look pretty complex.
首先,获得所有与一看起来非常复杂的正则表达式匹配的结果。
www.ibm.com
5.
The following console application example finds and prints the number of groups captured by a regular expression.
以下控制台应用程序示例查找并输出由正则表达式捕获的组的数目。
msdn2.microsoft.com
6.
It basically applies a regular expression to catch a few potentially harmful sequences.
它基本上通过应用一个正则表达式来捕获一些可能有害的序列。
msdn2.microsoft.com
7.
The regular expression is changed to locate a four-digit number, followed by a dash, followed by a three-digit alphanumerical sequence.
将正则表达式修改为寻找4位数字,后面跟一个连字符,最后是3位的字符数字序列。
www.ibm.com
8.
It accepts a regular expression and compiles it into a Matcher.
它接受一个正则表达式并将它编译成Matcher。
www.ibm.com
9.
Explains the characters that comprise a regular expression, the characters that comprise metacharacters, and the behavior of metacharacters.
说明构成正则表达式的字符、构成元字符的字符以及元字符的行为。
msdn2.microsoft.com
10.
Then, I use a regular expression to break out the individual sections from the response.
然后,使用一个正则表达式将响应分解为单个部分。
www.ibm.com
1.
The Kleene * or repetition operator will match zero or more occurrences of the preceding regular expression.
Kleene*或重复操作符将匹配0次或多次前一个正则表达式。
www.ibm.com
2.
Specifies whether the regular expression should be run case-insensitive.
指定正则表达式运行时是否应该不区分大小写。
msdn2.microsoft.com
3.
Denotes the start or end of a literal regular expression.
表示文本正则表达式的开始或结束。
msdn2.microsoft.com
4.
In this case, you use something a bit more powerful: PHP's preg_replace, which takes a regular expression as its search term.
在本例中,您使用了更为强大的方式:PHP的preg_replace,它接受正则表达式作为其搜索关键词。
www.ibm.com
5.
You can use a regular expression to identify specific text in a document and either remove it completely or replace it with other text.
可以使用正则表达式来识别文档中的特定文本,完全删除该文本或者用其他文本替换它。
msdn2.microsoft.com
6.
Note that this is not regular expression matching as used by grep.
注意:这不是grep使用的正则表达式匹配。
www.ibm.com
7.
Gets or sets the regular expression that determines the pattern used to validate a field .
获取或设置确定字段验证模式的正则表达式。
www.bing.com
8.
The regular expression serves as a template for matching a character pattern to the string being searched.
正则表达式作为一个模板,将某个字符模式与所搜索的字符串进行匹配。
www.itpub.net
9.
Reads the regular expression as a string from its descriptor and compiles it.
从描述符以字符串形式读取正则表达式并编译它。
www-128.ibm.com
10.
If the data matches the current regular expression, the application displays a message to indicate that the postal code is valid.
如果数据与当前的正则表达式匹配,则应用程序显示一条消息,表明邮政编码有效。
www-128.ibm.com
1.
When nose looks inside of a test class, it runs methods matching that same regular expression.
当nose检查测试类的内部时,它运行与同一正则表达式匹配的方法。
www.ibm.com
2.
Use the ValidationExpression property to specify the regular expression used to validate an input control.
使用ValidationExpression属性指定用于验证输入控件的正则表达式。
msdn2.microsoft.com
3.
For each choice listed on the dialog, the part of the regular expression that defines the sub-pattern is displayed in bold.
对于这个对话框中列出的每个选择,以粗体显示定义子模式的正则表达式部分。
www.ibm.com
4.
The value attribute may be literal characters, variables, or variables plus a customized regular expression.
value属性可以是文本字符、变量或变量外加一个定制的正则表达式。
www.ibm.com
5.
This error generally occurs when incomplete syntax for a regular expression has been entered in the search string.
当在搜索字符串中输入不完整的正则表达式语法时,通常会发生此错误。
msdn2.microsoft.com
6.
The following code example creates an instance of the Regex class and defines a simple regular expression when the object is initialized.
下面的代码示例创建了Regex类的实例并在初始化对象时定义一个简单的正则表达式。
msdn2.microsoft.com
7.
Splits the specified input string at the positions defined by a regular expression pattern specified in the.
构造函数中指定的正则表达式模式定义的位置拆分指定的输入字符串。
msdn2.microsoft.com
8.
Searches the specified input string for all occurrences of a regular expression.
在指定的输入字符串中搜索正则表达式的所有匹配项。
msdn2.microsoft.com
9.
In a regular expression, each saved sub match is stored as it is encountered from left to right.
在正则表达式中,每个保存的子匹配项按照它们从左到右出现的顺序存储。
technet.microsoft.com
10.
Given a string, it loops through the Match to try to find the appropriate regular expression.
给定一个字符串,它对Match进行循环以试图找到相应的正则表达式。
www.ibm.com
1.
Right-click the first output port (Output) of the Regular Expression Lookup operator and select Create suitable table from the context menu.
右键单击RegularExpressionLookup操作器的第一个输出端口(Output),从上下文菜单中选择Createsuitabletable。
www.ibm.com
2.
Alternatively, you can write a more complex regular expression to deal with the problem.
除此之外,还可以编写一个更复杂正则表达式来解决这一问题。
www.ibm.com
3.
Indicates whether the regular expression specified in the Regex constructor finds a match in the input string.
指示Regex构造函数中指定的正则表达式在输入字符串中是否找到匹配项。
msdn2.microsoft.com
4.
Another example of where a regular expression is useful occurs in a language that isn't known for its string-handling ability.
另一个说明正则表达式非常有用的示例是一种其字符串处理能力还不为人所知的语言。
www.itpub.net
5.
Returns the last matched characters from any regular expression search.
返回来自任何正则表达式搜索过程的最后匹配的字符。
msdn2.microsoft.com
6.
A regular expression object contains the pattern of a regular expression.
核心对象一个正则表达式对象包含了匹配模式。
www.kaijiayongshi.cn
7.
Match Expression: Perl-compatible regular expression that matches against the value of the header.
MatchExpression:采用兼容Perl的正则表达式来匹配报头值。
www.ibm.com
8.
With the Regular Expression Lookup operator you can find the text sections that match the expressions contained in the selected rule files.
通过使用RegularExpressionLookup操作器,可以找到与所选规则文件中包含的表达式匹配的文本部分。
www.ibm.com
9.
Parameter consists of various regular expression language elements that symbolically describe the string to match .
参数由通过符号描述要匹配的字符串的各种正则表达式语言元素组成。
www.bing.com
10.
The first section of the code finds the longest part of the query word, which is used for insertion into the regular expression.
代码的第一部分将查找查询词的最长部分,这一部分用于插入到正则表达式中。
www.ibm.com
1.
The Django URL dispatch system uses regular-expression configuration modules that map URL string patterns to Python methods called views.
DjangoURL分发系统使用了正则表达式配置模块,它可以将URL字符串模式映射为Python方法views。
www.ibm.com
2.
Searches subject for all matches to the regular expression given in pattern and puts them in matches in the order specified by flags.
在subject中搜索所有与pattern给出的正则表达式匹配的内容并将结果以flags指定的顺序放到matches中。
bo.php.net
3.
The entire regular expression successfully finds a match wherever a single character is the same as the preceding character.
只要单个字符与其前面的字符相同,整个正则表达式就可以找到一个匹配。
msdn2.microsoft.com
4.
The regular expression engine has a simple and clean interface, which basically requires you to learn two new classes and one new interface.
该正则表达式引擎有一个简单且清晰的接口,它主要要求您了解两个新类和一个新接口。
www.ibm.com
5.
In the two representations of the regular expression, each graph has the same amount of programming information.
在正则表达式的这两种表示方法中,每个图都有相同数量的编程信息(programminginformation)。
www.ibm.com
6.
It enforces coding conventions by following simple regular expression usage and moves on to Perl scripting with Vim.
然后讨论通过使用简单的正则表达式实施编码标准,再转到Vim的Perl脚本编程。
www.ibm.com
7.
From the regular expression processing to format reports, from a database to inter-process communication and Web development.
从正则表达式处理到格式化报表,从数据库到进程间通信以及Web开发。
3333355555.com
8.
Indicates whether the specified regular expression finds a match in the specified input string, using the specified matching options.
表示指定的规则运算式是否使用指定的比对选项,在指定的输入字串中寻找相符项目。
technet.microsoft.com
9.
Attribute. Specifies the regular expression that the user agent must match to satisfy this identification.
指定正则表达式,用户代理必须匹配此表达式才能满足该标识。
msdn2.microsoft.com
10.
As an example, consider a regular expression that changes all words to uppercase in a given string.
例如,我们想将某字串中的字母全部转变成大写。
www.bing.com
1.
A regular expression (regex) describes patterns in a concise, readable notation.
正则表达式(regex)使用简明、易读的符号描述模式。
www.ibm.com
2.
For instance, consider a regular expression designed to match the two spellings of the color gray: gray and grey.
例如,假定设计一个正则表达式来匹配灰色一词的两种拼写形式:gray和grey。
msdn2.microsoft.com
3.
This function uses regular-expression features that are available in other new functions and XSLT instructions.
该函数可以使用其他新函数和新XSLT指令中所用的正则表达式特性。
www.ibm.com
4.
Gets or sets a value indicating whether the compiled regular expression has public visibility.
获取或设置一个值,该值指示所编译的正则表达式是否具有公共可见性。
msdn2.microsoft.com
5.
First it creates a regular expression pattern that looks for the end of sentences and one for individual words.
首先,它创建一个正则表达式模式用于查找句子末尾,并为每个单词创建一个ONE变量,用于统计单词的出现频率。
www.ibm.com
6.
Smart captioning is controlled by the regular expression entered into the value of the SmartCaptionExpression.
智能标题由输入“SmartCaptionExpression”的值的正则表达式控制。
msdn2.microsoft.com
7.
A custom-developed annotator would replace or be deployed together with the provided regular-expression annotator.
定制开发的注释器可以替换正则表达式注释器,或者与它部署在一起。
www.ibm.com
8.
The API handles all the tricky parsing, eliminating the need for writing a custom regular expression for each short code.
API处理了所有形式的解析工作,不需要为每个简码编写正规的的自定义的表达式。
www.zzbaike.com
9.
Indicates whether the specified regular expression finds a match in the specified input string.
表示指定的规则运算式是否在指定的输入字串中寻找相符项目。
technet.microsoft.com
10.
The regular expression built requires a word boundary at the end of the built expression to ensure this behavior.
构建的正则表达式要求在构建的表达式末尾有一个词界以确保此行为。
www.ibm.com
1.
The task of extracting concepts in this format can be easily handled with regular expression rules.
可以使用正则表达式规则轻松地提取采用这种格式的概念。
www.ibm.com
2.
Indicates whether the regular expression finds a match in the input string using the regular expression specified in the pattern parameter.
指示正则表达式使用pattern参数中指定的正则表达式是否在输入字符串中找到匹配项。
msdn2.microsoft.com
3.
While I was working on XI, I abstracted the regular expression processor so that it is no longer limited to the JDK.
在我做XI的时候,我将正则表达式处理器抽象了出来,这样它就不只局限于某个JDK了。
www.ibm.com
4.
If you do not compile the regular expression, all matches fail.
如果没有对正则表达式执行编译,那么所有匹配将失败。
www.ibm.com
5.
Declaratively instructs the. NET Framework to perform string validation on a configuration property using a regular expression.
以声明方式指示.NETFramework使用正则表达式在配置属性中执行字符串验证。
msdn2.microsoft.com
6.
If you have to handle Unicode in your regular expression processing, Wilson supplies a few tricks worth looking at.
如果您必须在正则表达式处理过程中处理Unicode,Wilson提供了一些值得看的技巧。
www.ibm.com
7.
Splits the input string at the positions defined by a specified regular expression pattern.
在由指定的正则表达式模式定义的位置拆分输入字符串。
msdn2.microsoft.com
8.
This example demonstrates how to use a simple regular expression to identify a uniform resource identifier (URI) in a string.
此示例演示如何使用一个简单的正则表达式来标识字符串中的统一资源标识符(URI)。
msdn.microsoft.com
9.
Provides enumerated values to use to set regular expression options.
提供用于设置正则表达式选项的枚举值。
msdn2.microsoft.com
10.
A regular expression is a concise way of describing a pattern that might occur in a text.
规则表达式是一种很简练方法,用于描述可能在文本中出现的模式。
www.ibm.com
1.
A regular expression is a string of characters that represents some set of strings.
正则表达式是代表某种字符串集合的字符串。
www-128.ibm.com
2.
Check with a regular expression the value should match the regular expression.
其值符合给定的正则表达式。
wadelau.net
3.
When applied to output, the regular expression discerns between relevant data and craft.
在应用到输出时,正则表达式可辨别相关数据和无关数据。
www.ibm.com
4.
Outputs what matched the last marked sub-expression in the regular expression.
输出与正则表达式最后一个被标记子表达式的匹配。
boost-doc-zh.googlecode.com
5.
The Rule section of the RegEx editor, which is shown in Figure 7, is where you actually enter the regular expression.
RegEx编辑器的Rule部分(见图7)是实际输入正则表达式的地方。
www.ibm.com
6.
Splits an input string into an array of substring s at the positions defined by a regular expression match.
在由正则表达式匹配项定义的位置将输入字符串拆分为一个子字符串数组。
technet.microsoft.com
7.
You can refer to a subexpression from within a regular expression, and from within a replacement string.
可以从正则表达式和替换字符串中引用子表达式。
technet.microsoft.com
8.
Gets or sets a regular expression used to validate the provided password.
获取或设置用于验证提供的密码的正则表达式。
msdn2.microsoft.com
9.
The find function then searches the episode list to find matches using a simple regular expression match on the title and the summary.
然后,find函数搜索剧集列表以便使用与标题和摘要匹配的简单正则表达式来查找匹配项。
www.ibm.com
10.
The regular expression to match the composite separators in a composite identifier.
匹配复合标识符中的复合分隔符的正则表达式。
msdn2.microsoft.com
1.
AttributeExpressionRemover Removes all attributes on incoming features that match a given regular expression.
删除那些名称与指定的表达式匹配的属性。
www.antu.com.cn
2.
Gets or sets the name of the regular expression to edit.
获取或设置要编辑的正则表达式的名称。
msdn2.microsoft.com
3.
Regular expression addresses are always surrounded by slashes.
规则表达式地址总是由斜杠括起。
www-128.ibm.com
4.
Gets or sets a regular expression used to validate the provided e-mail address.
获取或设置用于验证提供的电子邮件地址的正则表达式。
msdn2.microsoft.com
5.
Before accepting any data, define a regular expression describing the format you want and reject anything that doesn't meet that format.
在接受任何数据之前,首先定义一个正则表达式来描述您希望接受的格式,不匹配这个格式的数据都会被拒绝。
www.ibm.com
6.
To allow additional characters in user input, add those characters to the character class in the regular expression pattern.
若要允许用户输入中的其他字符,到正则表达式模式中的字符类中添加这些字符。
msdn.microsoft.com
7.
Value is True if the source matches against the regular expression, otherwise false is returned.
如果源与正则表达式相匹配,则值为True,否则将返回false。
www.ibm.com
8.
NewPassword fails validation by the regular expression defined in the PasswordStrengthRegularExpression property.
根据PasswordStrengthRegularExpression属性中定义的正则表达式进行的newPassword验证失败。
msdn2.microsoft.com
9.
The code then iterates through the list and applies a regular expression of the search query to each movie title.
接下来的代码遍历列表,把搜索查询的正则表达式应用于每个电影的标题。
www.ibm.com
10.
Adding this registry key overrides the Data Sources window's internal regular expression that controls caption labels.
添加此注册表项会重写控制标题标签的“数据源”窗口的内部正则表达式。
msdn2.microsoft.com
1.
For details on how the regular expression engine resolves the ambiguity.
有关正则表达式引擎如何解析多义性的详细信息,请参见。
msdn2.microsoft.com
2.
However, subsequent uses of the same regular expression are executed efficiently.
不过,对同一正则表达式的后续使用会有效地执行。
technet.microsoft.com
3.
This can be expressed by durations that match the regular expression [^YM]*[DT]. *.
这可以使用与正则表达式[^YM]*[DT].*匹配的持续时间来表示。
www.ibm.com
4.
Provides information on the set of regular expression characters that define the substring to match.
提供有关定义要匹配的子字符串的正则表达式字符集的信息。
msdn2.microsoft.com
5.
Provides information about how regular expression backtracking branches to find alternative matches.
提供关于正则表达式回溯如何分支以查找替换的匹配方面的信息。
msdn2.microsoft.com
6.
For a regular expression constructed from the parameters.
返回通过参数构造的正则表达式的标准化。
msdn2.microsoft.com
7.
To match exactly means that the regular expression matches from beginning of the text just to the end.
所谓刚好匹配,就是要求正则表达式从文本开始位置刚好匹配到文本结束位置。
www.regexlab.com
8.
A regular expression is a pattern of characters that describes a set of strings.
正则表达式是描述一组字符串的字符模式。
www.ibm.com
9.
First, the key value for a threshold definition is a regular expression.
首先,阀值定义的关键值是一个正则表达式。
www.ibm.com
10.
Provides information on miscellaneous constructs that modify regular expression matching behavior.
提供有关修改正则表达式匹配行为的其他构造的信息。
msdn2.microsoft.com
1.
Searches the input string for the first occurrence of the specified regular expression, using the specified matching options.
使用指定的匹配选项在输入字符串中搜索指定的正则表达式的第一个匹配项。
msdn.microsoft.com
2.
Abstracts the concepts behind all regular expression implementations.
抽象所有正则表达式实现背后的概念。
www-128.ibm.com
3.
At its lowest level, any regular expression will involve matching particular "character classes. "
从最基本上看,任何规则表达式都涉及匹配特定的“字符类”。
www.ibm.com
4.
Required. String. Address mask to match blocked addresses. Supports Regular Expression.
必选项。字符串或正则表达式。过滤地址匹配规则。
apps.hi.baidu.com
5.
Quantifiers add optional quantity data to a regular expression.
限定符将可选数量的数据添加到正则表达式。
msdn2.microsoft.com
6.
A regular expression that matches a quoted identifier and has a match value of the identifier itself without the quotes.
匹配加引号的标识符并且包含标识符本身(不加引号)的匹配值的正则表达式。
msdn2.microsoft.com
7.
Build a regular expression that describes the expected value format and put it in the pattern attribute.
构建一个说明所期望值格式的正则表达式,并将其放到pattern属性中。
www.ibm.com
8.
In this section, you update the unit validator class to compare the MySQLVersion attribute to a regular expression.
在这一部分之中,您要更新单元确认器类,以将MySQLVersion属性与规范的表达式相比较。
www.ibm.com
9.
A regular expression followed by ? matches zero or one occurrence of the regular expression.
号后面的正则表达式可以匹配这个正则表达式的零次或一次出现。
www.ibm.com
10.
This way you can see how the regular expression will act and what kind of matches it will return before implementing it in your application.
这样,在应用程序中实现该正则表达式之前,你便可以了解它将产生什么效果以及它将返回哪些种类的匹配项。
archive.cnblogs.com
1.
Splits the input string at the positions defined by a regular expression pattern.
在由正则表达式模式定义的位置拆分输入字符串。
msdn2.microsoft.com
2.
The language for doing a regular expression is not Perl; it is a domain-specific language that Perl happens to have a hook into.
用来实际处理正则表达式的语言并不是Perl,而是一种该领域特有的语言,Perl正好可以使用这种语言。
www.ibm.com
3.
The Features folder is empty and the Rules folder contains the rule named Coordinates, but no regular-expression pattern is defined yet.
Features文件夹是空的,Rules文件夹包含名为Coordinates的规则,但是还没有定义正则表达式模式。
www.ibm.com
4.
AttachmentNameMatches matches e-mail messages that contain text patterns in attachment file names that match a specified regular expression.
AttachmentNameMatches匹配在附件文件名中包含与指定正则表达式相匹配的文本模式的电子邮件。
technet.microsoft.com
5.
For security reasons, regular expression substitution of $1 etc. is disallowed, because that would open a security hole.
出于安全考虑,规则扩展的子项如$1等不被允许,因为它可能打开一个安全漏洞。
www.7880.com
6.
Selects or clears the Regular expression option so that special characters can be used in find and replace operations.
选择或清除“正则表达式”选项,以便在查找和替换操作中可以使用特殊字符。
msdn2.microsoft.com
7.
Overall, the unit tests run 2% faster with this form of regular expression.
总体而言,这种正则表达使单元测试提速2%。
wiki.woodpecker.org.cn
8.
Gets the regular expression used to evaluate a password.
获取用于计算密码的正则表达式。
msdn2.microsoft.com
9.
The regular-expression validation implementation is slightly different on the client than on the server.
与服务器相比,客户端的正则表达式验证实现略有不同。
msdn2.microsoft.com
10.
To improve performance, the regular expression engine caches all regular expressions in memory.
为提高性能,正则表达式引擎将所有正则表达式缓存到内存中。
msdn2.microsoft.com
1.
Provides information about the. NET Framework regular expression engine matching behavior.
提供关于.NETFramework正则表达式引擎匹配行为的信息。
msdn2.microsoft.com
2.
Or, more powerfully, it could be a regular expression.
也可以更强大一些,是正则表达式。
www-128.ibm.com
3.
A mask is a regular expression that represents text that should be ignored during a comparison.
一个蒙版就是个正则表达式,它代表了一次比较期间应该被忽略的文本。
www.ibm.com
4.
In this case, you can use a regular expression to determine if the material or the HTML formatting tags appears in each file.
在这种情况下,可以使用正则表达式来确定在每个文件中是否出现该材料或该HTML格式标记。
msdn2.microsoft.com
5.
The regular expression used to match your patterns.
用于与您的模式匹配的正则表达式。
msdn2.microsoft.com
6.
The first capture, capture element number zero, is the text matched by the whole regular expression pattern.
捕获元素编号为零的第一个捕获是由整个正则表达式模式匹配的文本。
msdn2.microsoft.com
7.
The operator uses rule files containing regular expression rules to extract concepts from text columns.
这个操作器使用包含正则表达式规则的规则文件从文本列中提取出概念。
www.ibm.com
8.
Set the pattern to compare to by setting the ValidationExpression property to a regular expression.
通过将ValidationExpression属性设置为正则表达式来设置要比较的模式。
msdn2.microsoft.com
9.
Provides information on regular expression backreference modifiers.
提供有关正则表达式反向引用修饰符的信息。
msdn2.microsoft.com
10.
Searching for the regular expression ^$ will not find empty cells.
查找正则表达式^$不会找到空白单元格。
ooo.pingju.org
1.
Patterns are not recognized within regular expression matching patterns.
模式。在正则表达式中,
msdn2.microsoft.com
2.
Provides validation of a string based on the rules provided by a regular expression.
根据正则表达式提供的规则提供字符串验证。
msdn2.microsoft.com
3.
Class with the specified access rights for the specified URI regular expression.
用指定URI正则表达式的指定访问权限初始化。
msdn2.microsoft.com
4.
The actual. NET Framework regular expression appears in a match XML element.
实际的.NETFramework正则表达式出现在matchXML元素中。
msdn2.microsoft.com
5.
The regular expression for an e-mail address is put in the Validation Expression box.
电子邮件地址的正则表达式随即将放入“验证表达式”框中。
msdn2.microsoft.com
6.
So, the regular expression A. C will match the strings ABC, AAC, AKC, and many others, but it still won't match DEF.
所以,正则表达式A.C将与字符串ABC、AAC、AKC以及许多其它字符串相匹配,但它依然不与DEF相匹配。
www.ibm.com
7.
Review the correct regular expression syntax located in the topic "Regular Expressions. "
复查位于主题“正则表达式”中的正确正则表达式语法。
msdn2.microsoft.com
8.
Every day, even if it's just a regular expression to search through your email history or something.
每天,即使那只是一个简单的正则表达式来搜查你的邮件历史或别的什么。
dongxi.net
9.
It represents a regular expression and provides the logic to match the regular expression against strings.
它表示一个正则表达式并提供了使正则表达式与字符串相匹配的逻辑。
www.ibm.com
10.
Rejects the message when a line from the message matches the regular expression.
拒绝如果信息匹配的信件。
die5.be10.com
随便看

 

英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2024/11/9 1:43:12