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? : ,

可以通過使用捕獲字符?:、?