Least used delimiter character in normal text < ASCII 128

后端 未结 14 1386
执念已碎
执念已碎 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:22

    Both pipe and caret are the obvious choices. I would note that if users are expected to type the entire response, caret is easier to find on any keyboard than is pipe.

    0 讨论(0)
  • 2020-12-23 19:29

    When using different languages, this symbol: ¬

    proved to be the best. However I'm still testing.

    0 讨论(0)
提交回复
热议问题