Regex to separate all capital words from words that start with capitals

前端 未结 0 1150
终归单人心
终归单人心 2020-12-05 06:20

If I have a string:

ONE TWO Three Four

What regex would give me:

ONE TWO | Three Four

where | separates a mat

相关标签:
回答
  • 消灭零回复
提交回复
热议问题