strstr[C語言函式]

包含檔案:string.h

函式名: strstr

函式原型:

語法:

str1: 被查找目標 string expression to search.

str2: 要查找對象 The string expression to find.

返回值:若str2是str1的子串,則返回str2在str1的首次出現的地址;如果str2不是str1的子串,則返回NULL。

例子:

顯示的是: 34xyz

函式實現

1.Copyright 1990 Software Development Systems, Inc.

2.Copyright 1986 - 1999 IAR Systems. All rights reserved

3. GCC-4.8.0

4. 常用經典實現方法

套用舉例

// strstr.c

//功能:從字串” string1 onexxx string2 oneyyy”中尋找”yyy”

(假設xxx和yyy都是一個未知的字串)

說明:如果直接寫語句p=strstr(s,”one”),找到的是onexxxstring2oneyyy

相關詞條

相關搜尋

熱門詞條

聯絡我們