国产高清精品免费区-男女一进一出抽搐免费视频-中日韩一二三级黄色永久视频-日韩精品人妻一区二区免费视频-日本久久视频在线观看-99热这里只有精品88热-亚洲韩国黄色最新短视频一区-日韩伦理在线观看免费全集-国产av一区二区三区天堂

substr

substr

 英

  • 網(wǎng)絡字符串;子串;字符串截取

例句

The substr _replace() function replaces a part of a string with another string.

函數(shù)作用替換字符串一部分字符串

An implementation like that makes use of the fact that functions like SUBSTR and LENGTH still work correctly on the GRAPHIC data type.

SUBSTRLENGTH函數(shù)仍然可以正確地處理GRAPHIC數(shù)據(jù)類型所以這樣實現(xiàn)有效

The substr () function returns a part of a string.

函數(shù)作用返回字符串可以

In combination with the data types that use UTF-8 encoding, functions like SUBSTR and LENGTH still work with bytes and not with characters.

使用UTF-8編碼數(shù)據(jù)類型結合使用時,SUBSTRLENGTH函數(shù)仍然處理字節(jié)不是字符

Functions like SUBSTR and LENGTH work with characters when called in conjunction with UCS-2 data types.

UCS-2數(shù)據(jù)類型調用SUBSTRLENGTH函數(shù)處理字符

You saw in Part 1, Figure 13 that the cn attribute type has a field called SUBSTR, which defines the matching rules for substring match.

第1部分13可以看到cn屬性類型一個叫做SUBSTR字段定義字符串匹配匹配規(guī)則

often-overlooked thing about substr() is that you can use a negative character position.

一個容易忽略特點可以使用字符串起始位置

This explains the use of substr(text, match[0], match[1]) in the last line of code.

解釋最后一行代碼substr(text,match[0],match[1])使用