What is difference between strstr() and stristr()?

stristr() is a case-insensitive function that is used to search a string inside another string.

strstr() is a case-sensitive function that is used to search a string inside another string.

22-August 9:21 PM 324 Views

 Prev question

Next question