这使我们能够忽略大小写和/或重音符号。
只忽略大小写,使用第二级强度。
i选项忽略大小写。
为了进一步增加难度,我们要求对艺术家姓名排序时忽略大小写。
To further complicate the requirements, you will ignore case when you make the comparisons between artist names.
第二种方法是使用-i选项,这告诉grep忽略大小写的敏感性。
The second method is to use the -i option, which tells grep to ignore case sensitivity.
将大小写级打开并将强度属性设置为第一级就会忽略重音,但是不忽略大小写。
Setting the case level attribute to on and the strength attribute to primary level will ignore accent but not case.
grep可以查找具有固定顺序的字符组合,甚至可以通过使用- i选项来忽略大小写。
Grep can find fixed sequences of characters and can even ignore case with the -i option.
验证指定的两个字符串是否相等,根据指定的要求忽略大小写或不忽略大小写。
Verifies that two specified objects are equal. The assertion fails if the objects are not equal.
确认两个指定的字串相等(忽略大小写或与指定的大小写不同,而且使用指定的文化特性资讯)。
Verifies that two specified strings are equal, ignoring case or not as specified, and using the culture info specified.
环境变量的名称是第一个匹配的确切情况,但如果没有确切的情况下,找到匹配忽略大小写的情况下,如果存在的话,它会选择一个匹配。
The name of the environment variable is first matched for exact case, but if no exact case match is found, it will pick a match ignoring case if one exists.
环境变量的名称是第一个匹配的确切情况,但如果没有确切的情况下,找到匹配忽略大小写的情况下,如果存在的话,它会选择一个匹配。
The name of the environment variable is first matched for exact case, but if no exact case match is found, it will pick a match ignoring case if one exists.
应用推荐