Least used delimiter character in normal text < ASCII 128

后端 未结 14 1452
执念已碎
执念已碎 2020-12-23 19:00

For coding reasons which would horrify you (I\'m too embarrassed to say), I need to store a number of text items in a single string.

I will delimit them using a char

14条回答
  •  一向
    一向 (楼主)
    2020-12-23 19:18

    How about you use a CSV style format? Characters can be escaped in a standard CSV format, and there's already a lot of parsers already written.

提交回复
热议问题