Just like the question says:
Is there a way to invoke case-insensitive substr_count()?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There is not a native way, you can do:
You can of course write this as a function:
Be aware of the Turkey test when using case changes to compare strings.
http://www.moserware.com/2008/02/does-your-code-pass-turkey-test.html
From the above: