我们还在正则表达式语法中加入了一个连接词。
We're also putting in a conjunctional into our regex syntax.
所使用的语法是普通而古老的正则表达式语法。
使用正确的正则表达式语法重新输入搜索字符串。
Re-enter the search string using the correct regular expression syntax.
复查位于主题“正则表达式”中的正确正则表达式语法。
Review the correct regular expression syntax located in the topic "regular Expressions."
前端本地化处理所有用户要见的东西-错误信息,以及自己的正则表达式语法。
Front-end localization deals with everything which the user sees - error messages, and the regular expression syntax itself.
Sed使用正则表达式语法在模式空间中搜索并有选择地替换文本,以及决定对哪些文本行应用编辑命令。
Sed USES regular expression syntax to search for and replace text selectively in the pattern space as well as to control which lines of text should be operated on by sets of editing commands.
Sed提供了一组有限的命令,但是这些命令结合了正则表达式语法和保持缓存,因而实现了某些非常令人吃惊的功能。
Sed has a limited set of commands, but these combined with regular expression syntax and the hold buffer make for some amazing capabilities.
新的功能包括用于模式匹配的正则表达式语法,新的日期函数比如当前日期,还有新的算术函数比如floor,ceiling和round。
New functions include regular expression syntax for pattern matching, new date functions such as current date, and new numeric functions such as floor, ceiling and round.
AlignAssignments函数首先创建两个正则表达式(参见:helppattern获得有关Vim正则表达式语法的必要细节)。
The AlignAssignments function first sets up two regular expressions (see: help pattern for the necessary details of Vim's regex syntax).
如果您发现或发明了该语言的某种经过微小更新的变体,将它和ebnf语法一起使用要比和那些正则表达式一起使用简单得多。
If you discover or invent some slightly new variant of the language, it is a lot easier to play with the EBNF grammar than with those regular expressions.
坦白地说,XML不是一种多么复杂的语法,因此认为可以自己通过正则表达式或其他特殊方法来解析的想法是可以理解的。
Granted, XML is not a very complex syntax so you can be forgiven for thinking that you can hack your way with regular expressions or other ad-hoc means.
它们是简单但功能强大的泛化正则表达式,比起传统的LALR或者LR-1语法的解析器生成器来说更易于使用。
They are a simple but powerful generalization of regular expressions that are easier to work with than the LALR or LR-1 grammars of traditional parser generators.
也就是说,分块工作的进行,或者基于语法成分的已有标志,或者基于 您手工添加的或者使用正则表达式和程序逻辑半自动生成的标志。
That is, chunking is based either on existing markup of grammatical components, or is something you add manually -- or semi-automatically using regular expressions and program logic.
在您学会正则表达式的语法(也许相当晦涩)之后,就可以将您的专业知识灵活运用到不同的工具、编程语言和操作系统。
Once you learn the (admittedly cryptic) syntax of regular expressions, you can transfer your expertise among tools, programming languages, and operating systems.
对变量名长度的支持需要进一步了解如何使用正则表达式进行语法匹配
Support for variable name lengths requires more understanding of the use of regular expressions in syntax match
计量符可以在Spark记号赋予器(tokenizer)的正则表达式中使用,并可以用解析表达式语法中的递归来进行模拟。
Quantifiers can be used within the regular expressions of the Spark tokenizer, and can be simulated by recursion in parse expression grammars.
Perl6语法和正则表达式允许非分组匹配,不保存它们的结果。
Perl 6 grammars and regular expressions allow non-grouping matches, which do not save their result.
SystemT 结合了字典和正则表达式技术,以及使用上下文和语法的复杂模式识别,达到行业领先的准确率。
SystemT combines both dictionaries and regular expressions techniques, along with sophisticated pattern recognition using context and syntax to achieve industry-leading accuracy rates.
其他Perl6正则表达式和语法花絮。
Perl6正则表达式和语法概述
让我们忽略较复杂的选项,只关注正则表达式的基本语法。
Let's ignore the more complex options and just look at the basic syntax of a regular expression. Here are some examples.
在Perl6正则表达式之上与其紧密集成的是Perl 6语法。
On top of the Perl 6 regular expressions, and tightly integrated with them, are the Perl 6 grammars.
正则表达式与此相似(并且事实上它能够满足这种特定语法产品的需要)。
A regular expression is similar (and in fact suffices for this particular grammar production).
然而,正则表达式的确切语法并不重要;正则表达式可以采用很多方法来编写。
However, the exact syntax of the regular expression is not that important; regular expressions can be written in many ways.
Perl6语法在规则中使用正则表达式,然后可以将这些规则用于其他规则之中。
The Perl 6 grammars use regular expressions in rules, and then those rules can be used inside other rules.
Perl6正则表达式得到了加强,它还可以包含其他正则表达式,这就使得即使没有语法它们也可以得到复用。
The Perl 6 regular expressions have been beefed up and can include other regular expressions as well, which makes them reusable even without grammars.
在Perl6正则表达式和语法中,有Perl5和P:RD所没有提供的其他有趣特性。
There are other interesting features in the Perl 6 regular expressions and grammars, which Perl 5 and p: : RD do not offer.
你同样可以构造一个正则表达式,将每个字符作为字面意思,但这并不是真正的“语法”!
You can also construct a regular expression that treats every character as a literal, but that's not really a "syntax"!
有关语法的更多信息,请参见正则表达式。
查看“正则表达式”主题以获得关于该模式的正确语法的信息,然后重新输入字符串。
Review the topic Regular Expressions for information on the correct syntax for the pattern and enter the string again.
应用推荐