单词 | regular expressions | ||||||||||||||||
释义 | regular expressions
更多释义 收起释义 例句释义: 正则表达式,正规表达式,正规表示式 1. At this point, the main application is set up to use the "translated" regular expressions. 至此,主应用程序已经可以使用“翻译”好的正则表达式了。 www.ibm.com 2. In contrast, the same sort of rules can be described even more tersely using regular expressions. 相比之下,使用正则表达式可以更精练地描述同类规则。 www.ibm.com 3. Now imagine trying to understand someone else's regular expressions, in the middle of a critical function of a large program. 现在想想一下,当你尝试理解他人写的正则表达式,该表达式在一个大程序关键函数的中间。 www.diybl.com 4. The point of Perl 5 regular expressions is to say either "look for this, " or "look for this and replace it with that. " Perl5正则表达式要指明的或者是“寻找此内容”,或者是“寻找此内容,并用另一内容取代之”。 www.ibm.com 5. Regular expressions are algorithmically interesting, easy to implement in their simpler forms, and very useful. 正则表达式演算有趣,易於执行的简单形式,和非常有用的。 zhidao.baidu.com 6. With regular expressions, your imagination and ingenuity are virtually the only limits to what you can achieve. 正则表达式几乎无所不能,也许惟一的限制因素就是您的想象力和创造力了。 www.ibm.com 7. Determining if a string matches a pattern is the simplest use of regular expressions and, as you see in Figure 1 , it's, easy to do. 确定字符串是否与模式匹配是对正则表达式的最简单应用,如图1所示,而且易于操作。 blog.sina.com.cn 8. However, for regular expressions that are rarely used, do not use Compiled as it causes increased startup costs and memory overhead. 然而,对于很少使用的正则表达式,则不要使用Compiled,否则会增加启动成本和内存开销。 blog.sina.com.cn 9. In their simplest form, regular expressions are the search criteria used for locating text in a file. 在最简单的形式中,正则表达式(regularexpression)是用来在文件中定位文本的一些搜索标准。 www.ibm.com 10. Probably the best way to get your feet wet with regular expressions is to see a few examples. 感受规则表达式的最好方法可能是看几个示例。 www.ibm.com 1. Commonly referred to as regexes, regular expressions are a feature of nearly all modern programming languages. 正则表达式是几乎所有现代编程语言的共有特性之一,通常被简称为regexes(regex的复数,RegularExpression的简称)。 www.bing.com 2. Make sure you know your regular expressions, flow control, and default variable operations. 请确保您了解您的正则表达式、流控制和缺省变量操作。 www-128.ibm.com 3. If you cannot specify the number of characters that comprise a match, regular expressions support the concept of quantifiers. 如果您不能指定构成匹配的字符的数量,那么正则表达式支持限定符的概念。 technet.microsoft.com 4. As with other parts of this article series, whole books have been written on regular expressions and computer language theory. 结合本系列文章中的其他部分您会发现,整本书都是以正则表达式和计算机语言理论为基础的。 www.ibm.com 5. It would be nice if that morass could be processed with something a little more reliable than regular expressions. 如果这片沼泽地里,能够用比正则表达式稍微可靠点的东西进行处理就好了。 www.ibm.com 6. In a bit we'll look at a real-world example that illustrates how to search for a pattern using regular expressions. 稍后,我们将介绍一个真实的示例,说明如何使用正则表达式来搜索模式。 archive.cnblogs.com 7. If it seems like I'm harping on readability, it's for a good reason: new Perl programmers are intimidated by Perl 5 regular expressions. 看起来我好像在不停地介绍Perl5的可读性,我这样做是有充足理由的:新的Perl编程人员会被Perl5正则表达式吓倒。 www.ibm.com 8. Using some of the common regular expressions with other Linux commands you can redirect their output to be the list of file names. 利用一些普通的正则表达式和其他的Linux命令,您可以将它们的输出重定向为一列文件名。 www.ibm.com 9. To better understand what XI is all about, review Listing 2 which describes the regular expressions that interpret Listing 1. 为了更好地理解XI的一切,请查看清单2,它描述了解释清单1的正则表达式。 www-128.ibm.com 10. Much of this information is formatted in such a way that a program can use regular expressions to find information in it. 许多信息都表示为程序可以用正则表达式找出信息的格式。 www.ibm.com 1. Take some time to get familiar with regular expressions, and try a few regular expressions of your own creation. 花一些时间熟悉规则表达式,然后尝试几个自己创建的规则表达式。 www-128.ibm.com 2. Class performs pattern matching using regular expressions to find Web method return values in text encoded in the body of an HTTP response. 类使用正则表达式执行模式匹配,以便在编码在HTTP响应正文中的文本中查找Web方法的返回值。 msdn2.microsoft.com 3. Although complete, the Squirrel Shell's implementation of regular expressions is a bit different and may remind you of PHP's implementation. 尽管非常完整,SquirrelShell的正则表达式实现有一些不同,可能会令您想起PHP实现。 www.ibm.com 4. Provides a set of regular expressions that describe addresses that do not use a proxy. 提供一组正则表达式来描述不使用代理的地址。 msdn2.microsoft.com 5. However, the exact syntax of the regular expression is not that important; regular expressions can be written in many ways. 然而,正则表达式的确切语法并不重要;正则表达式可以采用很多方法来编写。 www-128.ibm.com 6. The filters take the form of a series of regular expressions, separated by forward slashes to denote folders. 过滤器采取的是一系列的正则表达式,以前向斜杠分隔以表示文件夹。 www.ibm.com 7. Since the pattern is a regular expression, be sure to escape any characters that are reserved characters in regular expressions. 由于模式是正则表达式,应确保转义正则表达式中的任何保留字符。 archive.cnblogs.com 8. Regular expressions separated by | or by a carriage return match strings that are matched by any of the expressions. 使用|符号或回车符分隔开的正则表达式会返回可以与任意一个表达式匹配的字符串。 www.ibm.com 9. It is a full-featured tool that makes it easy to build and test regular expressions. 它是一种很有特色的工具,能够使生成和测试正则表达式变得很容易。 archive.cnblogs.com 10. Commenting is not a way to actually match strings, but it is one of the most important parts of regular expressions. 注释不用来匹配字串,但确实是正则表达式中最重要的部分。 www.bing.com 1. Selenium also allows you to use XPath, regular expressions, or even JavaScript to locate specific elements, if you so desire. Selenium还允许您使用XPath、正则表达式,甚至是JavaScript来查找特定的元素(如果您希望这样做)。 www.ibm.com 2. Therefore, since Matcher accepts CharSequence, it is possible to apply regular expressions to whole files. 因此,由于Matcher接受CharSequence,所以将正则表达式应用到全体文件是可能的。 www.ibm.com 3. At this point your CMS developer would probably turn to regular expressions. 在这里,开发人员可能会求助于正则表达式。 dongxi.net 4. Topics explain the concept of Regular Expressions, proper syntax, and appropriate use. 其主题解释正则表达式的概念、正确的语法和适当的用法。 msdn2.microsoft.com 5. This section details the set of characters, operators, and constructs that you can use to define regular expressions. 本节详细介绍可用于定义正则表达式的字符、运算符和构造。 msdn2.microsoft.com 6. In regular expressions, a normal character is an atom that denotes the singleton set of strings containing only itself. 在正则表达式中,一个常规字符是一个原子,它表示只包含其自身的单字符串集。 msdn2.microsoft.com 7. Even if it did, regular expressions in GWT have syntactical differences when deployed as client and server code. 而且即使它实现了这个方法,在将GWT中的正则表达式部署到客户机和服务器代码时,也存在语义上的差异。 www.ibm.com 8. Semicolon ion was a huge mistake, as was the notation for literal regular expressions. 分号的插入是一个重大的错误,比如作为字面正则表达式的符号时。 www.byysoo.com 9. Regular expressions are basically a small sub-language built for text processing, used to match and replace strings of characters. 正则表达式基本上就是为进行文本处理而构建的一种小型的子语言,用来进行字符串的匹配和替换。 www.ibm.com 10. This can be used to achieve case insensitive pattern matching in products which support only case sensitive regular expressions. 可以用于在仅支持区分大小写正则表达式的产品中完成不区分大小写的模式匹配。 dk2.php.net 1. One of the regular expressions in the Expressions property is matched in the complete text typed by the user. 属性中的一个正则表达式与用户键入的完整文本匹配。 msdn2.microsoft.com 2. Combining regular expressions with SQL provides many alternative means of processing data. 将正则表达式与SQL结合起来可以提供许多处理数据的可选方法。 blog.sina.com.cn 3. Don't use regular expressions to read XML that comes directly from users; you don't control the form or structure of that XML. 不要用正则表达式读取直接来自用户的XML,因为无法控制这类XML的格式或结构。 www.ibm.com 4. As you've seen repeatedly, regular expressions can get pretty hairy and unreadable pretty quickly. 就像你多次看到的,正则表达式越晦涩难懂越快,。 wiki.woodpecker.org.cn 5. Unfortunately, simple regular expressions are unable to cope with complex patterns and symbols. 但不幸的是,简单的正则表达式并不满足于处理复杂的模式和符号。 archive.cnblogs.com 6. Regular expressions are a much better means of performing this operation. 正则表达式是执行此操作的更好方法。 blog.sina.com.cn 7. The following code is a console application that uses regular expressions to validate the format of each string in an array. 以下代码是一个控制台应用程序,此程序使用正则表达式验证数组中每个字符串的格式。 msdn2.microsoft.com 8. As you might remember, XI uses regular expressions to parse text documents and import them to XML. 您也许还记得,XI用正则表达式对文本文档进行处理,并将其导入到XML中。 www.ibm.com 9. Enclosing the tag like this will make it easier to find the RTF-formatted code using regular expressions in VBA. 如此处理标签,使得使用VBA中的规范表达式找到RTF格式化代码变得更加容易。 www.ibm.com 10. The program comes with a built-in tutorial and sample set of regular expressions. 这个程序带有一个内建的教程和正则表达式样例。 osl.bsw.net.cn 1. Explains how regular expressions are evaluated and how the sequence and syntax of the regular expression effects the result. 说明如何计算正则表达式以及正则表达式的序列和语法对结果有何影响。 msdn2.microsoft.com 2. Provides information on the set of characters, operators, and constructs that you can use to define regular expressions. 提供一组可以用来定义规则运算式的字元、运算子以及建构的资讯。 technet.microsoft.com 3. If you don't know how regular expressions work, simply insert a literal portion of what you're searching for. 如果你不知道如何使用正规表达式。只要输入你想搜索的文字一部分就可以了。 translations.launchpad.net 4. I thought the discriminations made about the different languages that use Regular Expressions went from general to specific in a hurry. 我认为,在分别讲解不同的语言,实现从一般原理到特殊实现之间的过渡时有些急促。 www.yicike.com 5. Since the XI rules (regular expressions) have their own namespace, it's possible to copy them into the style sheet. 因为XI规则(正则表达式)有其自己的名称空间,所以将它们复制到样式表是可能的。 www.ibm.com 6. If an application must use a large or unbounded number of regular expressions, each expression should be interpreted, not compiled. 如果应用程序必须使用较大数量或极大数量的正则表达式,则应该解释每一表达式,而非编译它们。 msdn2.microsoft.com 7. SpamAssassin (and similar tools) evaluate a large number of patterns -- mostly regular expressions -- against a candidate message. 对要识别的消息,SpamAssassin(及其它类似工具)评估了大量的模式—大多数是正则表达式。 www.ibm.com 8. I'm certain to be vilified by some engineers for even mentioning this approach, but you can parse XML with regular expressions. 可以肯定,即使提到这个方法,有些工程师也会批评我,但是确实可以用正则表达式解析XML。 www.ibm.com 9. These sections introduce the concept of regular expressions and explain how to create and use them in JScript. 这些章节介绍正则表达式的概念,并说明如何在JScript中创建和使用它们。 msdn2.microsoft.com 10. When specifying patterns in the element, realize that regular expressions are used to perform the matching and string replacement. 在元素中指定模式时,请注意,要使用正则表达式来执行匹配和字符串替换。 archive.cnblogs.com 1. This error generally occurs during search or replace when regular expressions or wildcards are used in a search string. 该错误通常发生在查找或替换时在搜索字符串中使用了正则表达式或通配符时。 msdn2.microsoft.com 2. Regular expressions are used for complex string manipulation in PHP. 正则表达式在PHP中用来做复杂的字符串操作。 www.phpx.com 3. Words that match the patterns of the regular expressions are selected to be redacted. 匹配正则表达式模式的单词将会被屏蔽。 www.ibm.com 4. Represents a collection of regular expressions to be recognized by a smart tag. 表示要由智能标记识别的正则表达式集合。 msdn2.microsoft.com 5. It also leaves as an exercise for the reader several enhancements to the way the sample code uses regular expressions. 它还为读者留下了一个练习,要求读者对示例代码使用正则表达式的方式作一些改进。 www.ibm.com 6. The set of metacharacters gives regular expressions their processing power. 元字符使正则表达式具有处理能力。 msdn2.microsoft.com 7. Indicates how regular expressions extend conventional search criteria through practical examples. 通过实例说明正则表达式如何扩展常规搜索条件。 msdn2.microsoft.com 8. Validation is a very common use of regular expressions, for anything from a phone number to a ZIP code to a custom account number format. 验证是正则表达式的常见用法,可以验证从电话号码到邮政编码以及自定义帐号数字格式的任何内容。 blog.sina.com.cn 9. To enable the use of Wildcards or Regular Expressions, select Use and choose one of those options. 若要允许使用“通配符”或“正则表达式”,请选择“使用”并选择其中一个选项。 msdn2.microsoft.com 10. Specifies whether or not Quick Find and Find in Files searches use regular expressions. 指定“快速查找”和“在文件中查找”搜索是否使用正则表达式。 msdn2.microsoft.com 1. A path may not match any of these regular expressions. 此路径可能无法匹配以下正则表达式中的任何一个。 translations.launchpad.net 2. Illustrates how regular expressions use periods, escape characters, and brackets to create sequences that return specific results. 说明正则表达式如何使用句点、转义符和中括号创建返回特定结果的序列。 msdn2.microsoft.com 3. Perl 6 grammars and regular expressions allow non-grouping matches, which do not save their result. Perl6语法和正则表达式允许非分组匹配,不保存它们的结果。 www-128.ibm.com 4. As you can see in Listing 15, regular expressions quickly become difficult to read. 如清单15所示,正则表达式很快就变得难以理解。 www.ibm.com 5. Regular-Expressions. info: This site provides regular expressions tutorials, examples, and references. Regular-Expressions.info:这个站点提供关于正则表达式的教程、示例和参考资料。 www.ibm.com 6. For practical purposes, regular expressions need to be handled on an ad hoc basis -- and we have grep for just this purpose. 实用起见,规则表达式需要以特殊方式处理--为此我们使用grep。 www.ibm.com 7. Explanation of using regular expressions, enumerations, unions, lists, and substitution groups. 使用正则表达式、枚举、联合、列表和置换组的说明。 www.ibm.com 8. With AOP, you can quickly specify all the methods that require a given service at once, often using regular expressions. 使用AOP,您能够立即快速指定所有需要给定服务的方法,通常是使用正则表达式来做到这一点。 www.ibm.com 9. Differentiating between greediness and laziness is key to fully understanding advanced regular expressions. 理解贪婪与懒惰的区别是运用高级正则表达式的基础。 www.bing.com 10. Click this button to display a list of regular expressions, depending upon the Use option selected. 单击此按钮可显示正则表达式的列表,这取决于所选的“使用”选项。 msdn2.microsoft.com 1. If you want to split on any of the characters which are considered special by regular expressions, you'll need to escape them first. 如果想要用的分割字符是正则表达式中的特殊字符,要先将其转义。 www.phpx.com 2. Since regular expressions treat a period as a single character, we can easily walk the word list, looking for matches. 由于正则表达式将把句点处理为单个字符,因此我们可以轻松地遍历单词列表以查找匹配。 www.ibm.com 3. Provides information about compiling and reusing regular expressions to increase performance . 提供关于如何编译和重复使用正则表达式以提高性能方面的信息。 www.bing.com 4. For a full description of POSIX regular expressions see the regex man pages included in the regex directory in the PHP distribution. POSIX正则表达式完整的描述见包含在PHP发行包中regex目录下的man页面。 www.phpx.com 5. It defines an XML language for defining regular expressions for the lexical representation of new types. 它定义了一种XML语言,可用于定义新类型的词汇表示的正则表达式。 www.ibm.com 6. Regular expressions are strings of characters that define a pattern to be matched. 正则表达式是定义匹配模式的字符串。 www.ibm.com 7. Regular expressions can encapsulate a range of lexing patterns , from simple fixed fields to fairly complex nested patterns . 从简单的固定域到相当复杂的嵌套模式,正则表达式可以封装多种词法分析模式。 www.bing.com 8. Element inserts regular expressions describing IP addresses or DNS server names to the list of addresses that bypass a proxy server. 元素将描述IP地址或DNS服务器名称的正则表达式插入忽略代理服务器的地址的列表中。 msdn2.microsoft.com 9. Speaking seriously and thinking about practical aspects, regular expressions are good only when your PLM software supports them. 从实用性角度的严肃地说,正则表达式只有当你的PLM软件支持时才有用。 www.bing.com 10. See the Regular expressions sidebar for a quick introduction to regular expressions, and see Resources for more detailed information. 请参阅正则表达式边栏快速了解正则表达式,参阅参考资料获取更多的详细信息。 www.ibm.com 1. See the Regular expressions sidebar for a quick introduction to regular expressions, and see Resources for more detailed information. 请参阅正则表达式边栏快速了解正则表达式,参阅参考资料获取更多的详细信息。 www.ibm.com 2. The syntax uses PRCE (Perl Compatible Regular Expressions), a very powerful way of matching any desired string pattern. 这个语法使用的是PRCE(PerlCompatibleRegularExpressions),一种用来匹配任意目标字符串模式的有效方法。 www.ibm.com 3. Extraction rules can extract form fields, text, attributes, headers, regular expressions, and hidden fields. 提取规则可以提取窗体字段、文本、属性、标头、正则表达式和隐藏字段。 msdn2.microsoft.com 4. Regular expressions are a concise and flexible notation for finding and replacing patterns of text. 正则表达式是查找和替换文本模式的一种简洁而灵活的表示法。 msdn2.microsoft.com 5. In client-side validation, regular expressions are evaluated using ECMAScript (JavaScript). 在客户端验证中,使用ECMAScript(JavaScript)计算正则表达式。 msdn2.microsoft.com 6. Describes, with regular expressions, a set of addresses that bypass the proxy. 通过正则表达式描述不使用代理的一组地址。 msdn2.microsoft.com 7. Regular expressions are extremely powerful; the number and kind of operators and techniques you can command are enormous. 正则表达式非常强大;可供使用的操作符的数量庞大,种类繁多。 www.ibm.com 8. And I know of no database search system that prepares a list of which files contain text matching which regular expressions. 中,据我所知没有一个数据库搜索系统具有哪些文件包含符合哪些规则表达的内容的列表。 www-128.ibm.com 9. In Rhino, regular expressions are passed to methods of string objects to make text-processing tasks more straightforward. 在Rhino中,正则表达式被传递给字符串对象的方法,以便更简单地执行文本处理任务。 www.ibm.com 10. With help of this software, you can compose complex regular expressions easily and quickly. 本软件通过可视化的界面,可以协助你快速、正确地写出复杂的正则表达式。 www.regexlab.com 1. The value attribute can contain literal characters, variables, and variables with custom regular expressions. value值可以包含文本字符、变量或具有定制正则表达式的变量。 www.ibm.com 2. Gets or sets the maximum number of entries in the current Regex object's cache of compiled regular expressions. 获取或设置已编译正则表达式的当前Regex对象的缓存中的最大项数。 msdn2.microsoft.com 3. Regular expressions are built from characters and operators, augmented by metacharacters. 正则表达式通过元字符加强的字符和操作符构建。 www.ibm.com 4. The best way to get started using Unicode regular expressions is to experiment with simple matches in different languages. 开始使用Unicode正则表达式的最好方式是体验不同语言中的简单匹配。 www-128.ibm.com 5. PHP has extremely useful text processing features, from the POSIX Extended or Perl regular expressions to parsing XML documents. PHP具有极其有效的文本处理特性,支持从POSIX扩展或者Perl正则表达式到XML文档解析。 tw2.php.net 6. The Slex is fed during runtime with the token definitions (regular expressions) and generates the resulting DFA table. Slex在运行期被传入相应的单词定义(正则表达式),并生成DFA表。 boost-doc-zh.googlecode.com 7. Finite Automata, Regular Languages, Regular Expressions. 有限自动机,正规语言,正规表示式。 www.myoops.org 8. Each header filter rule has two parts , a list of regular expressions, one per line, and an action to take. 每一个过滤器规则都包括两部分,一个正则表达式的清单,每行一条,以及要执行的动作。 dictsearch.appspot.com 9. Each captured submatch is stored as it is encountered from left to right in a regular expressions pattern. 每个捕获的子匹配项按照它们在正则表达式模式中从左到右出现的顺序存储。 msdn2.microsoft.com 10. A candidate URI string is checked against the list of relevant regular expressions (AcceptList or ConnectList) in two ways. 通过两种方法根据相关正则表达式的列表(AcceptList或ConnectList)检查候选URI字符串。 msdn2.microsoft.com 1. Furthermore, the Perl 6 regular expressions can be, but don't have to be, radically different from their Perl 5 counterparts. 此外,Perl6正则表达式可能(但不是必须)与Perl5中对应的正则表达式有本质上的区别。 www.ibm.com 2. In its simplest form, regular expressions can match exact sequences of characters. 在其最简单的形式中,正则表达式可以匹配精确的字符序列。 www.ibm.com 3. Provides regular expressions used to parse ASP. NET files. 提供用于分析ASP.NET文件的正则表达式。 msdn2.microsoft.com 4. Regular expressions are constructed much like arithmetic expressions are created. 建构规则运算式的方式非常像是在建立算术运算式。 technet.microsoft.com 5. Specifies a name that can be used to reference the server variable in subsequent regular expressions. 指定在后面的正则表达式中可用于引用服务器变量的名称。 msdn2.microsoft.com 6. OQL queries can also invoke methods on the objects themselves, use regular expressions as part of the query, and use built-in query tools. OQL查询同样可以调用对象的方法,将正则表达式作为查询的一部分,并使用内置查询工具。 www.ibm.com 7. There are two types of characters that are used in regular expressions: metacharacters and normal characters. 正则表达式中使用以下两种类型的字符:元字符和常规字符。 msdn2.microsoft.com 8. A developer with some Perl experience already probably has some experience working with regular expressions, too. 有一定Perl经验的开发人员可能也有过使用正则表达式的经验。 www-128.ibm.com 9. For additional information on creating and formatting regular expressions, see. NET Framework Regular Expressions. 有关创建和格式化正则表达式的更多信息,请参见.NETFramework正则表达式。 msdn2.microsoft.com 10. Regular expressions are ideal to extract concepts like phone or credit card numbers, addresses, dates, etc. . 正则表达式很适合提取电话号码、信用卡号码、地址、日期等概念。 www.ibm.com 1. You can describe all of these formats with regular expressions. 所有这些格式都可以用正则表达式来描述。 www-128.ibm.com 2. Also, some valid forms of XML may not match your regular expressions, so you will have to modify them later. 而且,有些格式正确的XML可能与正则表达式不匹配,所以日后必须修改它们。 www.ibm.com 3. This article discusses a data-validation technique that combines regular expressions and Java ResourceBundles for data validation. 本文讨论将正则表达式与JavaResourceBundle相结合的一种数据验证技术。 www.ibm.com 4. Experienced Java programmers will probably skip Chapter 2, which focuses on string utilities, especially regular expressions. 有经验的Java程序设计师可能会直接进入第二章,这一章重点讲述字符串实用工具,特别是常用表达式。 www.ibm.com 5. To improve performance, the regular expression engine caches all regular expressions in memory. 为提高性能,正则表达式引擎将所有正则表达式缓存到内存中。 msdn2.microsoft.com 6. Regular expressions are ways to match patterns against text -- similar to how a compiler works to generate class files. 正则表达式是根据文本匹配模式的方法―类似于编译器生成类文件的工作原理。 www.ibm.com 7. To search and replace regular expressions inside a file uploaded to a Web server. 搜索和替换上载到Web服务器的文件中的正则表达式。 msdn2.microsoft.com 8. Using regular expressions, you can do complex validation of user input, parse user input and file contents, and reformat strings. 使用正则表达式,您可以对用户输入进行复杂的检验、解析用户输入和文件内容,以及重新格式化字符串。 www-128.ibm.com 9. Instead, you will recognize tokens of type STRING or QUOTED_STRING using a character pattern defined using regular expressions. 但是,您可以通过使用正则表达式定义的字符模式识别STRING或QUOTED_STRING类型的标记。 www.ibm.com 10. Text searches using regular expressions are equally dependent on character encoding. 使用正则表达式的文字进行搜索同样也依赖于字符编码。 www.ibm.com 1. In the context of regular expressions, patterns are text representations of sequences of characters. 在正则表达式的上下文中,模式是字符序列的文本表示法。 www.ibm.com 2. The following code example demonstrates the use of regular expressions to verify the formatting of a string. 下面的代码示例演示如何使用正则表达式验证字符串的格式设置。 technet.microsoft.com 3. In each case, you match exactly on the path and HTTP GET method, and then you use the =~ to signify a match using Java regular expressions. 在每个用例中,您都可以精确地匹配路径和HTTPGET方法,然后使用=~表示使用Java正则表达式的匹配项。 www.ibm.com 4. Apache uses Perl Compatible Regular Expressions provided by the PCRE library. Apache使用的是由PCRE库提供的兼容Perl的正则表达式。 kajaa.bbs.us 5. Provides code examples illustrating typical uses of regular expressions. 提供用于阐释正则表达式的典型用法的代码示例。 msdn2.microsoft.com 6. Regular expressions constitute a language that can be used to find precisely defined patterns in strings. 正则表达式构成了可用于在字符串中查找精确定义格式的语言。 msdn2.microsoft.com 7. Review the correct regular expression syntax located in the topic "Regular Expressions. " 复查位于主题“正则表达式”中的正确正则表达式语法。 msdn2.microsoft.com 8. It is especially important to comment regular expressions that you release to the public. 在你要公开发布的正则表达式里加入注释尤为重要。 wind-wood.blog.163.com 9. Allows ASCII codes to be used in regular expressions. 允许在正则表达式中使用ASCII代码。 msdn2.microsoft.com 10. These regular expressions can refer to each other recursively, matching patterns in strings that ordinary regular expressions cannot. 这些正则表达式可以相互递归地引用,在以前的正则表达式不能进行模式匹配的字符串中进行模式匹配。 qa.alibaba.com 1. Discusses formatting and parsing base data types and using regular expressions to process text . 讨论如何格式化和分析基础数据类型以及如何使用正则表达式处理文本。 www.bing.com 2. The following code example uses regular expressions to look for exact substring matches. 下面的代码示例使用正则表达式查找完全匹配的子字符串。 msdn2.microsoft.com 3. But now you know the ABCs of regular expressions. 但是您现在已了解了正则表达式的基本知识。 www.ibm.com 4. All other syntactic constructs are allowed in regular expressions only and not recognized in replacement patterns. 所有其他的语法构造只能在正则表达式中使用,在替换模式中不被识别。 msdn2.microsoft.com 5. You cannot use wildcards or regular expressions in search strings for incremental searches. 在渐进式搜索的搜索字符串中不能使用通配符或正则表达式。 msdn2.microsoft.com 6. HRegExEntry - A simple entry with regular expressions validation. HRegExEntry——一个带有常规表达式验证的输入框。 www.infoq.com 7. This sample is a name-mapping filter that translates one URL into another using regular expressions. 此示例是一个名称映射筛选器,可使用正则表达式将一个URL转换为另一个URL。 msdn2.microsoft.com 8. Regular expressions are used to define patterns in strings based on characters, frequency, and character order. 正则表达式用来基于字符、频率和字符顺序定义字符串中的模式。 archive.cnblogs.com 9. This code is focused on creating regular expressions where only one asterisk is present. 这段代码主要创建了正则表达式,其中只有一个星号。 www.ibm.com 10. Regular expressions should be familiar to most programmers who have ever used a Unix-like system. 对于大多数曾经使用过类Unix系统的程序设计人员来说应该熟悉正则表达式。 www.ibm.com 1. Recursion in regular expressions can be used to match nested constructs, such as parentheses, (this (that)), and HTML tags, . 递归在正则表达式里可以用来匹配嵌套结构,例如括号,(this(that))、还有HTML标签,。 wind-wood.blog.163.com 2. The Java language's support for regular expressions can greatly simplify data validation. Java语言对正则表达式的支持可以大大简化数据验证。 www.ibm.com 3. The character escapes listed in this table are recognized both in regular expressions and in replacement patterns. 下表中列出的字符转义在正则表达式和替换模式中都会被识别。 msdn2.microsoft.com 4. Frequently, you use regular expressions to validate data entered by the user. 通常,可使用正则表达式验证用户输入的数据。 msdn2.microsoft.com 5. Jeffrey Friedl's book, Regular Expressions (third edition), is considered the bible of regex use. JeffreyFriedl编著的《正则表达式》(第三版)被认为是regex用法方面的圣经。 www.ibm.com 6. Of course, regular expressions are limited to strict string comparisons. 当然,正则表达式被限定为严格的字符串比较。 www.ibm.com 7. Listing 12 shows some of the basic regular expressions used with the grep command. 清单12显示了与grep命令一起使用的一些基本正则表达式。 www.ibm.com 8. In regular expressions, square brackets just mean "match any character in the brackets. " 在规则表达式中,方括号只表示“查找与方括号中任何字符的匹配字符”。 www.ibm.com 9. Virtually every command that processes text supports regular expressions of one form or another. 几乎每个处理文本的命令都支持某种形式的正则表达式。 www.ibm.com 10. Gets the collection of regular expressions that the smart tag will recognize. 获取智能标记将识别的字符串的集合。 technet.microsoft.com 1. To deal with this dilemma, you can use advanced regular expressions . 为了解决这个困境,你可以使用一些高级的正则。 archive.cnblogs.com 2. You can use regular expressions to search for patterns in a string, replace text, and extract substrings. 您可以使用规则运算式来搜寻字串中的模式、取代文字,以及撷取子字串。 msdn.microsoft.com 3. You can also convert properties to regular expressions and numeric ranges from within the Verification Point Editor, or the test object map. 您还可以将属性转变成正则表达式及VerificationPointEditor中的或测试对象地图中的数值范围。 www.ibm.com 4. In this scenario, a compiler uses reflection emit to compile regular expressions in source code. 在此方案中,编译器使用反射发出编译源代码中的正则表达式。 msdn2.microsoft.com 5. This allows hexadecimal values in regular expressions when parsing. 这允许在解析时在正则表达式中使用十六进制值。 www.ibm.com 6. You can think of character classes as the "atoms" of regular expressions, and you will usually want to group those atoms into "molecules. " 可以将字符类看作是规则表达式的“原子”,通常会将那些原子组合成“分子”。 www.ibm.com 7. There you'll find explicit regular expressions that match each address type supported. 在此将会找到与支持的每个地址类型相匹配的明确的正则表达式。 www.ibm.com 8. We start with two regular expressions, one for records of books and another for records of magazines. 我们从两个正则表达式开始,其中一个记录书的信息,另外一个记录杂志。 www.bing.com 9. The following sample code tests standard and Unicode regular expressions with text in several languages. 下面的示例代码用几种语言中的文本来测试标准正则表达式和Unicode正则表达式。 www-128.ibm.com 10. The raw mode is most useful when you have to enter lots of backslashes, as can be necessary in regular expressions. 行模式在你需要输入很多个反斜杠时很有用,使用正则表达式时会带来方便。 chinaitpower.com 1. Click this button to display a list of the most commonly used regular expressions. 单击此按钮显示最常用正则表达式的列表。 msdn2.microsoft.com 2. Matching Patterns with Regular Expressions. 匹配为规矩的表达式。 www.blly.eb.cn 3. If you are unfamiliar with regular expressions, consider reading an earlier article of mine, An Introduction to Regular Expressions. 如果您对正则表达式不熟悉,可以阅读我在早些时候编写的一篇文章AnIntroductiontoRegularExpressions。 archive.cnblogs.com 4. If you use regular expressions, they are interpreted at run time using the JavaScript rules, not the Java rules. 如果使用正则表达式,则在运行时使用JavaScript规则而不是Java规则来解析正则表达式。 www.ibm.com 5. Class maintains an internal cache of compiled regular expressions. 类维护已编译正则表达式的内部缓存。 msdn2.microsoft.com 6. This section contains code examples that illustrate the use of regular expressions in common applications. 本节包含了一些代码示例,用以阐释如何在常见应用程序中使用正则表达式。 msdn2.microsoft.com 7. After the introductory chapter, there are chapters on dealing with text, regular expressions, XML, and relational databases. 引言之后,是有关于处理文本、正则表达式、XML,和关系数据库的章节。 www.ibm.com 8. A user can declare which regular expressions should be compiled. 用户可以声明应编译哪个正则表达式。 msdn2.microsoft.com 9. The grammar productions are described in EBNF and tokens in regular expressions. 语法产生式用EBNF描述,使用规则表达式的符号。 osl.bsw.net.cn 10. An array of RegexCompilationInfo objects describing the regular expressions to compile. 描述要编译的正则表达式的RegexCompilationInfo对象数组。 msdn2.microsoft.com 1. Use URL parsing: Use regular expressions in the client-side JavaScript code to find URLs and turn them into hyperlinks. 使用URL解析:在客户端JavaScript代码中使用正则表达式发现URL并转化成超链接。 www.ibm.com 2. Regular expressions have their roots in computer language theory. 正则表达式在计算机语言理论中有很长的历史。 www.ibm.com 3. There are even ways of embedding comments within regular expressions to make them practically self-documenting. 甚至存在几种方式可以在正则表达式内嵌入注释来让正则表达式本身更加的文档化。 www.diybl.com 4. Perl 5 regular expressions lack more than readability -- they lack structure and reusability. Perl5正则表达式所缺少的不止是可读性——它们还缺少结构和复用性。 www.ibm.com 5. The trick is encoding this description in the compact syntax of regular expressions. 诀窍是使用规则表达式的简洁语法来编码这种描述。 www.ibm.com 6. Perl 5 regular expressions can span multiple lines and contain comments, but most programmers don't bother with those things. Perl5正则表达式可以跨多个行,而且可以包含注释,但是大部分编程人员并不在意这些事情。 www.ibm.com 7. In the Java language, regular expressions are represented as Patterns. 在Java语言中,正则表达式用Pattern表示。 www.ibm.com 8. The cache is automatically expanded to store new regular expressions. 缓存会自动扩展以存储新的正则表达式。 technet.microsoft.com 9. Ruleset (see Listing 3) represents a set of regular expressions. Ruleset(请参阅清单3)表示一组正则表达式。 www.ibm.com 10. Provides a list of links to code examples that illustrate the use of regular expressions in common applications. 提供指向代码示例的一组链接,这些示例说明正则表达式在常见的应用程序中的用法。 msdn2.microsoft.com 1. In fact, for regular expressions, entering the code graphically is indeed more difficult. 实际上对于正则表达式来说,图形化地插入代码要更加困难。 www.ibm.com 2. This avoids the need to compile at runtime while still benefiting from the speed of compiled regular expressions. 这样就无需在运行时进行编译,同时仍可受益于已编译正则表达式的速度。 msdn2.microsoft.com 3. Regular expressions can also perform searches that are more complex. 正则表达式还可以执行更为复杂的搜索。 msdn2.microsoft.com 4. Of course, more complex regular expressions are possible. 当然,也可以是更复杂的规则表达式。 www-128.ibm.com 5. This is similar to what happened with regular expressions some time ago. 这种情况和以前正则表达式的情况类似。 www.ibm.com 6. For regular expressions in Perl-compatible syntax have a look at the PCRE functions. Perl兼容语法的正则表达式见PCRE函数库。 www.phpx.com 7. TIP: All constraints and display patterns are set by regular expressions. 提示:所有约束和显示模式都由正则表达式来设置。 www.ibm.com 8. Contains code examples that illustrate the use of regular expressions in common applications. 包含阐释如何在常见的应用程序中使用正则表达式的代码示例。 msdn2.microsoft.com 9. Provides a dialog box for editing regular expressions used by the. 使用的正则表达式的对话框。 msdn2.microsoft.com 10. Provides a user interface for editing regular expressions. 提供用于编辑正则表达式的用户界面。 msdn2.microsoft.com 1. The online help describes many more regular expressions and their uses. 联机帮助介绍了更多的正则表达式及其用途。 ooo.pingju.org 2. Compiles regular expressions and saves them to disk in a single assembly. 编译正则表达式,并将其保存到单个程序集的磁盘中。 msdn2.microsoft.com 3. You can create and modify these rule files with the Regular Expressions editor. 可以用RegularExpressions编辑器创建和修改这些规则文件。 www.ibm.com 4. Unless you have previously used regular expressions, the term may be unfamiliar to you. 除非您以前使用过正则表达式,否则您可能不熟悉此术语。 msdn2.microsoft.com 5. PHP provides simple methods that let you use POSIX and PCRE regular expressions. PHP为用户提供了使用POSIX和PCRE正则表达式的简单方法。 www-128.ibm.com 6. Regular expressions and wildcards are separate sections in Part VI. 正则表达式和通配符是第6部分中单独的两节内容。 www.ibm.com 7. ActionScript 3. 0 includes hundreds of new APIs for working with things like XML, regular expressions, and binary sockets. 0包括成百上千个新API接口函数,来处理XML,正则表达式,以及二进制sockets等。 www.bing.com 8. Regular expressions, in order of definition in the configuration file. 正则表达式,按配置文件里的顺序。 blog.sina.com.cn 9. If one or more asterisks are present, the subroutine will continue its processing to create the regular expressions. 如果有一个或多个星号,子程序将继续执行处理来创建正则表达式。 www.ibm.com 10. The regular expressions are checked in the order that they appear in the file. 将按照正则表达式在文件中出现的顺序对它们进行检查。 msdn2.microsoft.com 1. You can also add frequently used regular expressions to a preset list for reuse. 您还可以添加经常使用的正则表达式以供重复使用的预设列表。 technet.microsoft.com 2. The logic becomes trivial when you put regular expressions into action. 使用正则表达式,逻辑就变得简单了。 www.ibm.com 3. Unicode data is matched using regular expressions. Unicode数据可以使用正则表达式进行匹配。 www-128.ibm.com 4. Spring AOP also offers support for regular expressions. SpringAOP还提供了对正则表达式的支持。 www-128.ibm.com 5. Also note how easily Ruby supports regular expressions. 还要注意Ruby多么轻松地支援正则运算式。 www-128.ibm.com 6. Use the CustomValidator control together with the following regular expressions. 使用CustomValidator控件以及下列常规表达式。 support.microsoft.com 7. For more detailed information on regular expressions, see Resources. 有关正则表达式更详细的信息,请参阅参考资料。 www.ibm.com 8. A step-by-step example demonstrated how to build a a simple named entity extraction task using regular expressions. 本文通过一个详细的示例演示了如何使用正则表达式构建简单的指定实体提取任务。 www.ibm.com 9. Lists regular expressions that can be included in search strings. 列出搜索字符串中可以包含的正则表达式。 msdn2.microsoft.com 10. When you are happy with the regular expressions, start writing the style sheet itself. 当您对正则表达式感到满意时,开始编写样式表本身。 www.ibm.com 1. The following topics describe the XML Schema regular expressions. 以下主题描述XML架构正则表达式。 msdn2.microsoft.com 2. For one thing, it groups the XSLT style sheet and the regular expressions into one file. 首先,它将XSLT样式表和正则表达式分组到一个文件中。 www.ibm.com 3. The first approach is to use the regular expressions defined in RFC 4627 to make sure the JSON data doesn't contain active parts. 第一个方法是使用RFC4627中所定义的正则表达式确保JSON数据中不包含活动的部分。 www.ibm.com 4. It is not difficult to parse this data with the regular expressions that XI uses. 通过XI所用的正则表达式不难解析这些数据。 www.ibm.com 5. Procedures for the use of documents to read and write, regular expressions, as well as technologies such as SortedList prepared containers. 程序使用文件读写,正则表达式,以及SortedList类容器等技术编写。 www.pudn.com 6. Perl 6 regular expressions can be reused when necessary. 在需要时,Perl6正则表达式可以被复用。 www-128.ibm.com 7. Class is the base class for compiled regular expressions. 类是编译正则表达式的基类。 msdn2.microsoft.com 8. To enable the use of Wildcards or Regular Expressions, select Use and choose the desired option. 若要允许使用“通配符”或“正则表达式”,请选择“使用”并选择所需选项。 msdn2.microsoft.com 9. Now that you've been exposed to some really simple regular expressions, let's try something useful. 既然已经向您介绍了一些非常简单的正则表达式,那么让我们来尝试一些有用的内容。 www.ibm.com 10. The algorithm I will use was originally designed to compile regular expressions, but I'm confident it can be easily adapted to XPaths. 虽然我将使用的这个算法最初被设计成编译正则表达式,但我确信,这个算法能够方便地应用到XPath。 www.ibm.com 1. This article introduces a method of the program component based on the regular expressions. 介绍了一种基于正则表达式的网络数据过滤的应用程序设计方法。 www.ceps.com.tw 2. I began by using Perl5 regular expressions (regexps) occasionally. 开始的时候,我偶尔会使用Perl5正则表达式(regexp)。 www.ibm.com 3. Be careful when you use regular expressions to validate user input. 使用正则表达式来验证用户输入时应务必小心。 msdn2.microsoft.com 4. The Perl 6 grammars use regular expressions in rules, and then those rules can be used inside other rules. Perl6语法在规则中使用正则表达式,然后可以将这些规则用于其他规则之中。 www-128.ibm.com 5. Often simpler to use than regular expressions. 一般要比正则表达式更容易使用。 www-128.ibm.com 6. Shows how to use regular expressions in LINQ queries for complex pattern matching on filtered query results. 演示如何在LINQ查询中使用正则表达式来对筛选的查询结果执行复杂模式匹配。 technet.microsoft.com 7. You need to use regular expressions to match strings and then automatically call functions with arguments based on the matched strings. 你需要使用规则表达式去匹配字符串,然后根据匹配的字符串生成参数并自动地调用相应的函数。 wiki.woodpecker.org.cn 8. It's also a big part of what makes regular expressions so expressive and powerful. 它很大程度上也是正则表达式如此美好和强大的根源。 blog.sina.com.cn 9. But mask strings are not as flexible as regular expressions. 但是掩码字符串不如正则表达式那么灵活。 www-128.ibm.com 10. This provides a good introduction to regular expressions. 这篇文章对正则表达式进行了很好的介绍。 www.ibm.com 1. EXSLT attempts to cover the most commonly needed extensions, such as date processing, regular expressions, and mathematical operations. EXSLT试图涵盖所有最常用的扩展,例如日期处理、正则表达式和数学操作。 www.ibm.com 2. Provides a brief introduction to. NET regular expressions. 提供.NET正则表达式的简介。 msdn2.microsoft.com 3. You can't use fgrep to search for regular expressions with patterns. 我们不能使用fgrep来搜索使用模式的正则表达式。 www.ibm.com 4. Note that the algorithm employs Java regular expressions, which are only available in release 1. 4 onwards. 请注意该算法使用了Java正则表达式,正则表达式只有在Java1.4发行版之后才可用。 www.ibm.com 5. Allowing for this is not a problem with regular expressions. 实现这一点对于正则表达式而言并不是问题。 www.ibm.com 6. It counts the links that branch from any Web site, demonstrating how to use regular expressions and events. 它计算从任何网站中分支出的链接的数量,演示如何使用正则表达式和事件。 msdn2.microsoft.com 7. Using comments in the middle of regular expressions is the perfect way to minimize such confusion. 使用注释是使这些困惑最小化的完美方法。 wind-wood.blog.163.com 8. Again, it is trivial to parse those files with regular expressions. 用正则表达式解析这些文件同样没有什么大不了的。 www.ibm.com 9. Routes make use of regular expressions for pattern matching, and are expressed using XML. 路由在模式匹配时使用正则表达式,并且使用XML表示。 www.ibm.com 10. Develop a search module that can search for regular expressions with APIs as documented. 开发一个搜索模块,它可以搜索具有正则表达式作为文档的API。 www.bing.com |
||||||||||||||||
随便看 |
|
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。