📄 strsrch
字号:
ssssttttrrrrssssrrrrcccchhhh((((3333)))) MMMMuuuuddddOOOOSSSS ((((5555 SSSSeeeepppp 1111999999994444)))) ssssttttrrrrssssrrrrcccchhhh((((3333)))) NNNNAAAAMMMMEEEE strsrch() - search for substrings in a string SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS int strsrch( string str, string substr | int char, int flag ); DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN strsrch() searches for the first occurance of the string `substr' in the string `str'. The last occurance of `substr' can be found by passing `-1' as the 3rd argument (which is optional). If the second argument is an integer, that character is found (a la C's strchr()/strrchr().) The empty string or null value cannot be searched for. RRRREEEETTTTUUUURRRRNNNN VVVVAAAALLLLUUUUEEEE The integer offset of the first (last) match is returned. -1 is returned if there was no match, or an error occurred (bad args, etc). SSSSEEEEEEEE AAAALLLLSSSSOOOO explode(3), sscanf(3), replace_string(3), regexp(3) Page 1 (printed 3/16/95)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -