Determine if a string contains only alphanumeric characters (or a space)

后端 未结 4 865
遇见更好的自我
遇见更好的自我 2020-12-14 00:49

I am writing a function that determines whether a string contains only alphanumeric characters and spaces. I am effectively testing whether it matches the regular expression

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