我有一个字符串,其中包含作为 ^ 的分隔符和作为 my^name^he^llo^qwerty 的字符串,我想拆分字符串并在某些情况下避免使用分隔符

I have a string which contains delimeter as ^ and string as my^name^he^llo^qwerty, I want to split the string and avoid delimeters in some cases

我有一个字符串,其中包含作为 ^ 的定界符和作为 my^name^he^llo^qwerty 的字符串,我想拆分字符串但使用定界符作为 ^ 给我输出,

我的 姓名 他 llo 全键盘

但我需要 return 字符串作为 我的 姓名 你好^你好 全键盘

请建议我们是否可以以这种方式拆分字符串,在某些情况下避免使用分隔符。

决定使用 delimiter 特别不同,不会在 Strings 中使用,因为没有简单的方法在某些情况下实现 splitting of string 并在某些情况下避免它案例。