regexp
英音[ ˈredʒeksp ] 美音[ ˈredʒeksp ]

正则表达式

常用释义

词性释义

abbr. 正则表达式;表达式对象(regular expression)
例句
  • 全部
  • 正则表达式
构建regexp时,这样可帮助在数据集上下文中查看模式与哪些字符串匹配。
The next regexp you used in the Show only the matches, not the lines section was for a single word containing "th" anywhere in the word.
仅显示匹配部分,而不显示行部分中使用的另一个regexp用于在单词中任何位置包括“th”的单个单词。
I start with a very simple regexp: Imagine that the text you have to parse is just the name of a person.
我从一个非常简单的regexp开始:假定您必须要解析的文本只是人名。
在编程中,正则表达式是用一种形式语言编写的,也称为regex或regexp。
但是,如果regexp本身不固定,则不能忽略编译过程。
The regexp you've just built won't match them properly, as you'll see by showing only the matches (see Listing 11).
刚刚构建的regexp将无法对其进行恰当的匹配,如仅显示匹配项中所示(请参见清单11)。
Methods, the new approach implies delegating the core of the parser logic and replacing it with a regexp library.
方法的多行代码,它意味着将解析器逻辑的核心委托出去,并替换为regexp库。
您的系统可能提供了很多有关您可能实现的regexp的构建和使用方面的文档(包括手册页)。
to exit the program; the regexps for the various applications will remain listed on your terminal.
退出程序;适用于各个应用程序的regexp将继续显示在终端上。
假定希望输出测试文件中包含字符串th的所有单词,则构建清单5中所示的regexp进行此工作。
However, developers need to know about regexp syntax to understand how such code works.
但是,开发人员需要了解regexp语法以理解这些代码是如何工作的。
在本附录中,归纳了在MySQL中可用于REGEXP操作的特殊字符和结构,并给出了一些示例。
Regexps are also popularly used in the Perl language, but Perl regexps are different from those you'd build using grep.
regexp在Perl语言中也很常用,但Perlregexp与使用grep构建的regexp不同。
已将它设计成遵循刚刚讨论的方法,并且它在regexp库和使用该库的代码之间支持去耦。
除此之外,本文还描述了使用附加层去除客户机代码与regexp引擎本身之间的耦合的好处。
showinfo选项可直接输出关于构建特定程序或语言的regexp的信息的简短摘要。
现在已经选择了自己所希望的准确内容,就应该可能看到所有三个应用程序所需的regexp,如图4中所示。
MySQL采用了扩展的版本,以支持在SQL语句中与REGEXP操作符一起使用的模式匹配操作。
如果您的外壳支持转义序列,则可以在文件的上下文中突出显示所有regexp。
目前为止,我们已经看到了行地址、行范围地址和regexp地址。
它可以输出作为参数给出的多个常见模式之一的regexp,如表2中所示。
Some of the newer versions of grep (such as GNU grep) highlights the regexp in color when you use the --color option, as shown in Figure 1.
一些较新版本的grep(如GNUgrep)可在使用--color选项时用颜色突出显示regexp,如图1中所示。
The properties of the RegExp object are not available when running in fast mode, the default for JScript.
以快速模式(JScript的默认模式)运行时,RegExp对象的属性不可用。
因为规则表达式只与以-开始的美元金额匹配,所以,该分支只在恰巧处理借款时才发生。
The txt2regex script is an interactive, cross-platform regexp "wizard" built for the Bash shell.
txt2regex脚本是针对Bash外壳构建的跨平台的交互型regexp“向导”。
输入文件中包含用于测试单行(其后跟着多行待测试数据)的regexp。
将输出输入内容的副本,并标明括号中包含的regexp的所有实例。
这个标签的核心依赖于Apache的regexp库对用户输入的值进行有效性验证。
test将检查字符串是否与正则表达式模式完全匹配。
With no options, txt2regex defaults to build regexps for the perl, php, postgres, python, sed, and vim applications.
在没有选项的情况下,txt2regex会缺省为perl、php、postgres、python、sed和vim应用程序构建regexp。
1·This is because of GWT's reliance on the host environment's underlying regexp mechanism and is an example of the trouble that imperfect abstractions can land you in.
这是因为GWT对宿主环境底层的正则表达式机制的依赖也是不完美抽象所带来问题的一个例子。
2·PHP confirm password along with regexp validation?
PHP与正则表达式验证确认密码?
3·Why isn't the following regexp working?
为什么不是下面的正则表达式的工作?
4·Why does adding Regexp arguments in Django urls. py completely break HTTP response mechanism?
为什么加入正则表达式参数在Django py彻底打破了HTTP响应机制?