大小写不敏感 meaning in English
case-insensitive
Examples
- When searching for strings in combo boxes , the search is always case - insensitive
当在组合框中搜索字符串时,搜索总是大小写不敏感的。 - The strnatcasecmp ( ) function compares two strings using a " natural " algorithm
函数的作用是:用自然运算法则比较字符串(大小写不敏感) 。 - Case - sensitive combobox - when searching for strings in combo boxes , the search is always case - insensitive
当在组合框中搜索字符串时,搜索总是大小写不敏感的。 - The str _ replace ( ) function replaces some characters with some other characters in a string
函数的作用是:将某个子字符串都替换为另一个字符串(大小写不敏感) 。 - The strripos ( ) function finds the position of the last occurrence of a string inside another string
函数的作用是:查找一个字符串在另一个字符串中末次出现的位置(大小写不敏感) 。