月亮词典
首页
查询
substrings
子字符串
常用释义
词性释义
子字符串
例句
全部
In
all
the
above
cases
,
the
name
of the
resulting
menu
is
name
specified
,
stripped
of the
substrings
between the
various
delimiters
.
在
所有
上面
的
情况
,
名字
是
指
去除
所有
的
由
各种
分割
符
包含
的
子
字符串
后
得到
的
特定
的
名字
。
str: split
uses
a
pattern
to
split
a
string
into
a
sequence of
substrings
(
represented
in
a
node
set
constructed
at
run
time
).
split
将
使用
一种
模式
把
一个
字符串
分隔
为
一连串
子
字符串
(
使用
在
运行
时
构造
的
节点
集
表示
)。
Compare
the
password
and
its
substrings
against
the
user
's name, user
identifier
,
and
an
application
-defined
dictionary
.
依据
用户
的
名称
、
用户
标识符
和
应用程序
定义
的
字典
来
比较
密码
及其
子
字符串
。
Numeric
value
indicating
the
kind
of
comparison
to
use
when
evaluating
substrings
.
数字
值
,
表示
判别
子
字符串
时
使用
的
比较
方式
。
Returns
a
String
array
containing
the
substrings
in
this
instance
that are
delimited
by
elements
of
a
specified
Char
or
String
array
.
返回
包含
此
实例
中
的
子
字符串
(
由
指定
Char
或
String
数组
的
元素
分隔
)
的
String
数组
。
Returns
a
string
array that contains the
substrings
in this
string
that are
delimited
by
elements
of a
specified
string
array
.
返回
的
字符串
数组
包含
此
字符串
中
的
子
字符串
(
由
指定
字符串
数组
的
元素
分隔
)。
Returns
a
String
array
containing
the
substrings
in
this
string
that are
delimited
by
elements
of
a
specified
String
array
.
返回
包含
此
字符串
中
的
子
字符串
(
由
指定
的
String
数组
的
元素
分隔
)
的
String
数组
。
Function
splits
the
input
string
at
every
occurrence
of
the
delimiter
string
, and
returns
the
substrings
in
an array
.
函数
将
在
分隔符
字符串
的
每个
匹配项
处
拆分
输入
字符串
,
并
以
数组
形式
返回
子
字符串
。
Returns
a
string
that consists of
a number
of
substrings
in
an
array
.
返回
一个
字符串
,
此
字符串
由
包含
在
数组
中
的
许多
子
字符串
联接
创建
。
The
for
loop
iterates
over the
list
of
substrings
,
printing
out
each
substring
and
its
length
.
for
循环
迭
代
子
字符串
list
,
打印
每个
子
字符串
及其
长度
。
As
described
,
the
algorithm
performs
poorly
when
S
contains
many
repeated
substrings
.
We
deal
with
this
problem
with
two
mechanisms
.
如
前
所
述
,
该
算法
性能
很
差
当
S
包含
许多
重复
的
子
串
。
我们
处理
这
两个
机制
的
问题
。
The
program
should
output
just
an
integer
corresponding
to
the
number
of
different
substrings
of
size
N
found
in the given
text
.
程序
应
输出
一个
整数
,
它
是
文本
中
找到
的
大小
为
N
的
不
相同
子
串
的
数量
The
number
of
characters
to
compare
is
the
lesser
of the
lengths
of the
two
substrings
,
and
length
.
要
比较
的
字符
数
是
两个
子
字符串
的
长度
和
length
中
较少
的
那
一
个
。
Returns
a
string
created
by
joining
a
number
of
substrings
contained
in
an array
.
返回
一个
字符串
,
该
字符串
是
通过
将
数组
内
包含
的
若干
子
字符串
联接
在
一起
形成
的
。
For
such
cases
,
an
exception
rule
can
be
added
for
processing
part
indicators
as
substrings
in
tokens
.
对于
这些
情形
,
可
添加
一
条
异常
规则
,
将
部件
指示器
处理
为
令牌
中
的
子
字符串
。
Returns
a
zero-based
,
one-dimensional
array
containing
a
specified
number
of
substrings
.
返回
一个
下
标
从
零
开始
的
一
维
数组
,
它
包含
指定
数目
的
子
字符串
。
Allows
manipulation
and
formatting
of
text
strings
and
determination
and
location
of
substrings
within
strings
.
允许
操作
和
格式化
文本
字符串
以及
确定
和
定位
字符串
中
的
子
字符串
。
You
can
use
regular
expressions
to
search
for
patterns
in
a
string
,
replace
text
,
and
extract
substrings
.
您
可以
使用
规则
运算
式
来
搜寻
字
串
中
的
模式
、
取代
文字
,
以及
撷取
子
字
串
。
Allows
manipulation
and
formatting
of
text
strings
and
determines
and
locates
substrings
within
strings
.
允许
操作
和
格式化
文本
字符串
并
确定
和
定位
字符串
中
的
子
字符串
。
In
two
cases the
substrings
are used in comparisons
,
and
in the
third
case
an
exception
is
thrown
because
invalid
parameters
are
specified
.
在
两
种
情况下
,
在
比较
中
使用
子
字符串
,
在
第三
种
情况
下
,
由于
指定
的
参数
无效
而
引发
异常
。
Optional
.
Numeric
value
indicating
the
comparison
to
use
when
evaluating
substrings
.
数值
,
指示
计算
子
字符串
时
使用
的
比较
模式
。
Compares
substrings
of
two
specified
String
objects
.
比较
两个
指定
String
对象
的
子
字符串
。
Elaborate
REs
may
use
many
groups
,
both
to
capture
substrings
of
interest
,
and
to
group
and
structure
the
RE
itself
.
精心设计
的
REs
也许
会
用
很多
组
,
既
可以
捕获
感兴趣
的
子
串
,
又
可以
分组
和
结构
化
RE
本身
。
The
following
code
example
performs
two
comparisons
of
two
substrings
that
only
differ
in
case
.
下面
的
代码
示例
对
两
个
仅
大小
写
不同
的
子
字符串
进行
两
次
比较
。
Find
all
substrings
where
the
RE
matches
,
and
returns
them
as
a
list
.
找到
RE
匹配
的
所有
子
串
,
并
把
它们
作为
一个
列表
返回
。
The
following
code
example
uses
the Substring
method
in
three
cases
to isolate
substrings
within a
string
.
下面
的
代码
示例
在
三
种
情况
下
使用
Substring
方法
,
在
字符串
中
分隔
子
字符串
。
regexp:
replace
replaces
substrings
that
match
a
regular
expression
pattern
.
replace
将
替代
匹配
正
则
表达式
模式
的
子
字符串
。
The
infix
index
would
match
substrings
anywhere
within
the
string
.
中缀
索引
将
匹配
在
字符串
内
任意
位置
的
子
字符串
。
The former
can
decompose
a
string
into
substrings
if
the
substrings
are
separated
by
a
predictable
pattern
.
如果
使用
可
预测
的
模式
分隔
子
字符串
,
则
前者
可以
将
字符串
分解
成
几个
子
字符串
。
A
parameter
specifies
the
maximum
number
of
substrings
to
return
.
参数
指定
返回
的
子
字符串
的
最大
数量
。
网络释义
词串
WordNet ... (动词/形容词)属性 attribute
词串
substrings
多义词义项统计 polysemy count ...
更新时间:2025-05-02 08:39