且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

除了split方法之外的任何其他分割字符串的方法

更新时间:2023-02-19 21:44:33

你可以使用indexOf [ ^ ]和子字符串 [ ^ ]
You could use indexOf[^] and substring[^]


正则表达式拆分 [ ^ ]方法。这与字符串拆分方法不同。
Regex has a split[^] method. This is not the same as the string split method.