网页
图片
视频
学术
词典
地图
更多
航班
笔记本
regexes
网络
正则表达式
网络释义
1.
正则表达式
... 是一个正则表达式模板库。
正则表达式
(
regexes
)可以以字符串方式编写并在运行期进行动态的分析(动态regexes),又或者作 …
boost-doc-zh.googlecode.com
|
基于4个网页
例句
释义:
全部
全部
,
正则表达式
正则表达式
类别:
全部
全部
,
口语
口语
,
书面语
书面语
,
标题
标题
,
技术
技术
来源:
全部
全部
,
字典
字典
,
网络
网络
难度:
全部
全部
,
简单
简单
,
中等
中等
,
难
难
更多例句筛选
收起例句筛选
1.
Commonly
referred
to
as
regexes
,
regular
expressions
are
a
feature
of
nearly
all
modern
programming
languages
.
正则
表达
式
是
几乎
所有
现代
编程
语言
的
共有
特性
之一
,
通常
被
简称
为
regexes
(
regex
的
复数
,
RegularExpression
的
简称
)
。
2.
To
help
you
catch
runaway
backtracking
early
,
always
test
your
regexes
with
long
strings
that
contain
partial
matches
.
为
帮助
你
早日
把握
回溯
失控
,
总是
用
包含
特殊
匹配
的
长
字符串
测试
你
的
正
则
表达
式
。
blog.sina.com.cn
3.
Since
JRuby
aims
to
be
a
compatible
implementation
of Ruby 1
.
8. x
(
or
future
versions
)
,
it
's
necessary
to
support
the
same
Regexes
.
由于
JRuby
目标
是
成为
与
Ruby1.8.x
(
及
以后
版本
)
兼容
的
实现
,
因此
有
必要
支持
同样
的
正
则
表达
式
。
www.infoq.com
4.
Regexes
are
not
always
the
best
tool
for the
job
,
especially
when
you
are
merely
searching
for
literal
strings
.
正
则
表达
式
并不
总是
完成
工作
的
最佳
工具
,
尤其
当
你
只是
搜索
一个
文本
字符串
时
。
blog.sina.com.cn
5.
However
,
this
proved
too
complex
with
long
regexes
(
it
was
difficult
to
decide
how
the
group
elements
related
to the regex
)
.
但是
,
实践
证明
对于
很
长
的
正
则
表达
式
这样
太
复杂
了
(
很难
确定
group
元素
与
正
则
表达
式
的
关系
)
。
www.ibm.com
6.
Using
a
concise
shorthand
,
regexes
describe
the
form
of
data
and
decompose
it
.
使用
简明
的
简写
方式
,
regex
说明
了
数据
的
格式
并
分解
数据
。
www.ibm.com
7.
As
introduced in
Part
1
,
regexes
are
one
of
the
most
powerful
tools
for
manipulating
data
.
如
第1
部分
中
所
述
,
regex
是
处理
数据
的
最
强大
工具
之一
。
www.ibm.com
8.
Regexes
in
Scala
should
contain
no
surprises
if
you
've
used
them in
other
programming
languages
.
如果
已经
在
其它
编程
语言
中
使用
正
则
表达
式
,
那么
Scala
的
应该
不会
让
你
感觉
到
惊讶
。
9.
Since
the
fields
have a
fixed
length
,
the
regexes
are
simple
,
taking
the
form
.
{
5
}
,
which
means
"
any
character
,
repeated
five
times
.
"
因为
字段
长度
是
固定
的
,
正
则
表达
式
非常
简单
,
采用
.
{
5
}
这样
的
形式
,
其
含义
是
“
任意
字符
,
重复
5
次
”
。
www.ibm.com
10.
The
important
thing
is
to
avoid
repeatedly
recompiling
regexes
within
loops
.
重要
的
是
避免
在
循环
体
中
重复
编译
正
则
表达
式
。
blog.sina.com.cn
1
2