How to determine if a string contains only alphanumeric (disregarding its encoding) characters?

后端 未结 0 1400
我在风中等你
我在风中等你 2021-01-03 03:22

I am trying to write a function that will determine if a std::string consists of only alphanumeric characters or not.

For plain ASCII charset, it can be

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