metacharacters

metacharacters

 英

  • 网络元字符;元字符集;正则表达式元字符集

例句

A number of metacharacters require special treatment when trying to match them.

许多字符要求试图匹配它们特别对待

The metacharacters described in the following table do not cause the engine to advance through the string or consume characters.

描述字符不会使引擎字符串前进使用字符

The word boundary metacharacters ensure that only whole words are detected.

边界字符确保检测整个单词

A few characters are used in patterns as metacharacters to indicate repetition, grouping, or positioning.

几个字符模式使用字符显示重复分组定位

Here's a complete list of the metacharacters; their meanings will be discussed in the rest of this HOWTO.

这里字符完整列表含义指南余下部分进行讨论

Explains the concept of escaping characters and how to create a regular expression that matches metacharacters.

说明转义概念以及如何创建字符匹配正则表达式

The set of metacharacters gives regular expressions their processing power.

字符使表达具有处理能力

Explains the characters that comprise a regular expression, the characters that comprise metacharacters, and the behavior of metacharacters.

说明构成表达式字符构成字符字符以及字符行为

Ordinary characters consist of all printable and non-printable characters that are not explicitly designated as metacharacters.

普通字符包括没有显式指定字符所有打印不可打印字符

Regular expressions are built from characters and operators, augmented by metacharacters.

表达通过字符加强字符操作符构建

Small expressions are combined by using a variety of metacharacters and operators to create larger expressions.

也就是使用各种中继运算结合小型运算建立较大运算

There are two types of characters that are used in regular expressions: metacharacters and normal characters.

表达使用以下种类型字符字符常规字符

Setting up crontab entries requires a string with escaped shell metacharacters, so it is best done with simple commands and parameters.

设置crontab条目需要一个包含转义shell字符字符串所以适合简单命令参数

The following table describes the metacharacters that affect matching.

描述影响匹配字符

Metacharacters are not active inside classes.

元字符类别并不起作用

A string of characters with any metacharacters converted to their escaped form.

包含任何转换转义形式元字符字符串

There are some metacharacters that we haven't covered yet. Most of them will be covered in this section.

有一些我们展示字符其中大部分展示

It's also used to escape all the metacharacters so you can still match them in patterns;

可以用于取消所有字符这样可以模式匹配它们

The following table contains the complete list of metacharacters and their behavior in the context of regular expressions

包含字符完整列表以及它们正则表达上下文行为

You can override the capture by using the non-capturing metacharacters? : ,

可以通过使用捕获字符?:、?