又称字串比对演算法 string matching algorithms
忽略空格字符串对比 equalToIgnoringWhiteSpace
忽略大小写字符串对比 equalToIgnoringCase
快速取代,在开启进行编辑或包含在目前专案内的文件中,比对或取代搜寻字串或运算式。
Quick replace to match or replace search strings or expressions in documents open for editing, or in the current project.
指示规则运算式是否在输入字串中寻找比对。
Indicates whether the regular expression finds a match in the input string.
表示指定的规则运算式是否使用指定的比对选项,在指定的输入字串中寻找相符项目。
Indicates whether the specified regular expression finds a match in the specified input string, using the specified matching options.
应用推荐