What regex can I use to match only letters, numbers, and one space between each word?

前端 未结 6 889
遇见更好的自我
遇见更好的自我 2021-02-01 05:01

How can I create a regex expression that will match only letters and numbers, and one space between each word?

Good Examples:



        
6条回答
提交回复
热议问题