Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
stristr
stristr
Case-insensitive strstr
Name:
stristr
Category:
String
Programming Language:
php
One-line Description:
Find where the string first appears in another string (case insensitive).
Related
What's the Difference Between stristr and Regular Expression (preg_match) in PHP?
3
How to use stristr to find and delete a part of a string
5
How to use strstr function for case-insensitive string search
8
Similar Functions
stristr
stristr
Case-insensitivestrs
printf
printf
Outputformattedstrin
strchr
strchr
Aliasofstrstr
levenshtein
levenshtein
Calculatetheeditdist
strrev
strrev
Reverseastring
addslashes
addslashes
Escapestringsusingba
crypt
crypt
One-waystringhash
str_rot13
str_rot13
Performarot13convers
Popular Articles
How to use strstr function for case-insensitive string search
How to use stristr to find and delete a part of a string
What's the Difference Between stristr and Regular Expression (preg_match) in PHP?