月亮词典
首页
查询
metacharacters
元字符
常用释义
词性释义
n.
[计]元字符(metacharacter 的复数)
例句
全部
元字符
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
?
:
,
可以
通过
使用
非
捕获
元
字符
?:、?
1·Another useful txt2regex option is — showmeta, which outputs a table consisting of all the metacharacters used in building regexps for the supported applications.
另一个有用的txt2regex选项是——showmeta,此选项可输出包含为所支持的应用程序构建regexp时使用的所有元字符的表。
网络释义
元字符
元字符
(
Metacharacters
)包括几种特殊的符号:搜索文字时,表达式(?i)Saint-(?-i)Petersburg得到的结果中,Saint可以有不同 …
元字符集
第二章 linux工具箱 笔记 ... 正则表达式 regular expression
元字符集
metacharacters
模板 pattern ...
正则表达式元字符集
什么是
正则表达式元字符集
(
metacharacters
):在一个规则表达式中所使用的特殊字符常常被称为元字符正则表达式在哪里有用?
转义字符
●
转义字符
(
metacharacters
)指的是在Shell中有特殊含义的字符。 例如:< > | ; ! ? * [ ] $ \ " ' ` ~ ( ) { } ^ $?:最近执行的命令...
更新时间:2025-05-01 12:53