代码搜索:SubString

找到约 5,777 项符合「SubString」的源代码

代码结果 5,777
www.eeworm.com/read/360437/2962632

test jp_substring_sjis.test

--character_set sjis --disable_warnings drop table if exists `俿侾`; drop table if exists `俿俀`; drop table if exists `俿俁`; drop table if exists `俿係`; drop table if exists `俿俆`; drop table if exists `俿俇`
www.eeworm.com/read/375429/9360329

sql select substring(sname,1,1),substring(sname,2,len(sname)-1).sql

use test select substring(sname,1,1),substring(sname,2,len(sname)-1) from XS order by sname
www.eeworm.com/read/391210/8416607

html 025_js_string_substring.html

Javascript代码-用substring方法返回一个字符串中指定那部分子字符串Javascript示例-网页教程与代码的中文站点-布啦布啦-blabla.cn
www.eeworm.com/read/366681/2885267

svn-work modifier.substring.php.svn-work

K 25 svn:wc:ra_dav:version-url V 68 /svn/repository/!svn/ver/2/inc/Smarty/plugins/modifier.substring.php END
www.eeworm.com/read/360437/2962460

result jp_substring_ucs2.result

drop table if exists `T1`; drop table if exists `T2`; drop table if exists `T3`; drop table if exists `T4`; drop table if exists `T5`; drop table if exists `T6`; drop table if exists `T7`; drop table
www.eeworm.com/read/360437/2962522

result jp_substring_utf8.result

drop table if exists `T1`; drop table if exists `T2`; drop table if exists `T3`; drop table if exists `T4`; drop table if exists `T5`; drop table if exists `T6`; drop table if exists `T7`; drop table
www.eeworm.com/read/360437/2962586

test jp_substring_utf8.test

--disable_warnings drop table if exists `T1`; drop table if exists `T2`; drop table if exists `T3`; drop table if exists `T4`; drop table if exists `T5`; drop table if exists `T6`; drop table if exist
www.eeworm.com/read/360437/2962623

test jp_substring_ucs2.test

--source include/have_ucs2.inc --disable_warnings drop table if exists `T1`; drop table if exists `T2`; drop table if exists `T3`; drop table if exists `T4`; drop table if exists `T5`; drop table if
www.eeworm.com/read/127767/14336548

txt e074. searching a string for a character or a substring.txt

See also e423 Quintessential Regular Expression Search Program. String string = "madam, i am Adam"; // Characters // First occurrence of a c int index = string