How to break word after special character like Hyphens (-)

后端 未结 11 2022
南方客
南方客 2020-12-04 17:31

Given a relatively simple CSS:

11条回答
  •  执笔经年
    2020-12-04 17:50

    In this specific instance (where your string is going to contain hyphens) I'd transform the text to this server-side:

    12333-2333-233-23339392-332332323

提交回复
热议问题