Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/google-sheets/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/html/77.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Google sheets 谷歌表字符串比较器_Google Sheets_String Comparison - Fatal编程技术网

Google sheets 谷歌表字符串比较器

Google sheets 谷歌表字符串比较器,google-sheets,string-comparison,Google Sheets,String Comparison,谁能告诉我谷歌表单中使用了什么样的字符串比较算法 我试着使用一个按谷歌表单排序的数据数组,但它似乎不能用于二进制搜索。例如,Google Sheets认为 0(48)>|(124) -(45)>\u(95) 等等 提前谢谢 问题解决了。我必须创建一个ASCII->Google表索引地图,并将其应用到我自己的比较器中。感谢@I'-'I将“可能的重复”分享给了@I'-'I的可能的重复,这不是确切的答案,但给出了一个线索。谢谢

谁能告诉我谷歌表单中使用了什么样的字符串比较算法

我试着使用一个按谷歌表单排序的数据数组,但它似乎不能用于二进制搜索。例如,Google Sheets认为

0
(48)>
|
(124)

-
(45)>
\u
(95)

等等


提前谢谢

问题解决了。我必须创建一个ASCII->Google表索引地图,并将其应用到我自己的比较器中。感谢@I'-'I将“可能的重复”分享给了@I'-'I的可能的重复,这不是确切的答案,但给出了一个线索。谢谢