• 因此正则表达式 A*B字符串ABAABAAAB任何其它以 A 开头单个 B 为结尾字符串相匹配

    Therefore the regular expression A*B will match the strings AB, AAB, AAAB, or any other string starting with an A and ending with a single B.

    youdao

  • 当然可能其它格式需要URL格式字符串修改正则表达式即可。

    It is of course possible to have other formats, simply by changing he regular expression in the URL pattern string.

    youdao

  • 通过使用正则表达式引擎容易测试字符串是否模式匹配

    Using a regular expression engine, it is easy to test if a string matches the pattern.

    youdao

  • 仍然存在隐患的调用替换亲自编写的字符串操作因为它们少数特定正则表达式一起使用

    I may yet replace the calls in question with hand-coded string operations, since they're only used with a few very specific regular expressions.

    youdao

  • 元素指定模式请注意使用正则表达式执行匹配字符串替换

    When specifying patterns in the element, realize that regular expressions are used to perform the matching and string replacement.

    youdao

  • 正则表达式用来基于字符频率字符顺序定义字符串中的模式

    Regular expressions are used to define patterns in strings based on characters, frequency, and character order.

    youdao

  • 内置的字符串操纵函数(包括正则表达式),以及程序上的特性方便性使成为创建简单脚本程序理想语言

    And its built-in string manipulation functions (including regular expressions), as well as procedural and convenience features make it the ideal language for creating simple "scripting" programs.

    youdao

  • 实现这种自动化主要依靠正则表达式,它是用来查找匹配分解字符串真正的象形文字

    The power behind much of this automation is the regular expression, a veritable set of hieroglyphics to find, match, and decompose strings.

    youdao

  • 包含被替换替换适当正则表达式匹配项字符串

    This is the string that has the appropriate regular expressions matches replaced with the replacement value.

    youdao

  • 当然正则表达式限定严格字符串比较

    Of course, regular expressions are limited to strict string comparisons.

    youdao

  • 函数试图匹配返回正则表达式针对字符串定义模式特定发生项

    This function attempts to match and return a specific occurrence of a pattern that is defined by the regular expression against the source string.

    youdao

  • 函数试图匹配正则表达式针对字符串模式特定发生项

    This function attempts to match a specific occurrence of the pattern that is defined by the regular expression against the source string.

    youdao

  • 正则表达式定义匹配模式字符串

    Regular expressions are strings of characters that define a pattern to be matched.

    youdao

  • 确定字符串是否模式匹配正则表达式简单应用如图1所示,而且易于操作

    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.

    youdao

  • 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.

    youdao

  • 字符串上调用。r会把变成一个正则表达式我们原始(三重引号)字符串避免诸多双重转义的反斜杠。

    Calling.r on a string turns it into a regular expression; we use raw (triple-quoted) strings here to avoid having to double-escape backslashes.

    youdao

  • 一个指定正则表达式匹配光标左边内容字符串

    A string specifying a regular expression to match what's to the left of the cursor.

    youdao

  • 一个指定正则表达式匹配光标右边内容字符串

    A string specifying a regular expression to match what's to the right of the cursor.

    youdao

  • 给定一个字符串Match进行循环试图找到相应正则表达式

    Given a string, it loops through the Match to try to find the appropriate regular expression.

    youdao

  • varlist可能有点麻烦,因为必须采用正则表达式(字符串绝对无效的)。

    Note that the varlist function can be a little tricky because it must take a regular expression (an empty string will NOT work).

    youdao

  • 正则表达式提供文本字符串丰富的模式匹配诸如xml这样的数据结构,它XPath一样易于使用

    Regular expressions provide much richer pattern matching across strings of text, but are as easy to use as XPath when traversing a data structure such as an XML tree.

    youdao

  • 更好方法使用一种方法来计算日期比如Calendar . get (Calendar .YEAR),从而避免创建额外的字符串正则表达式

    Better yet, use a method of working out the date which avoids creating extra strings and regular expression matching, such as Calendar.get (Calendar.YEAR).

    youdao

  • URL模式Perl兼容的正则表达式字符串客户发送URL进行匹配

    URL pattern: a Perl-compatible regular expression string to be matched with the URL sent by the client.

    youdao

  • 第二中的正则表达式匹配任何包含MSIELynx开头的字符串

    The new regular expression in the second line matches any string that contains MSIE or starts with Lynx.

    youdao

  • 尝试正则表达式字符串函数手动完成工作相比,使用 filter_var()函数将极大地减少编码

    The filter_var() function greatly reduces the amount of coding compared to if you were to try to do this manually with a regular expression and string functions.

    youdao

  • 框架调用initialize时,NameReferenceAnnotator描述符字符串形式读取正则表达式编译

    When initialize is called by the framework, the NameReferenceAnnotator reads the regular expression as a string from its descriptor and compiles it.

    youdao

  • 当前年度通过构建Date对象格式一个字符串)计算,然后使用一个正则表达式解析年份

    The current year was then worked out by constructing a Date object, formatted as a string, and then a regular expression was used to parse out the year.

    youdao

  • 如何使用正则表达式(字符串范式)、枚举联合列表以及置换

    How to use regular expressions (string patterns), enumerations, unions, lists, and substitution groups?

    youdao

  • 为了确定这些段落,将使用matches函数(XSLT 2.0中的新增内容),确定某个字符串是否匹配正则表达式

    To determine this, they use the matches function (new in XSLT 2.0), which determines whether a string matches a regular expression.

    youdao

  • 从技术角度而言正则表达式表示某种模式字符串(也就是说,由字母数字符号组成字符序列),用于定义长的字符串

    Technically speaking, a regular expression is a string (that is, a sequence of characters composed of letters, Numbers, and symbols) that represents a pattern defining zero or more strings.

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定