Snippets tagged “strcasecmp”
1 snippet uses this tag.
- Ignore case sensitivity when comparing strings in PHPPHP
In PHP, you can use the strcasecmp() function to compare two strings and ignore case sensitivity.
1 snippet uses this tag.
In PHP, you can use the strcasecmp() function to compare two strings and ignore case sensitivity.