Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
C++ codecvt/locale ライブラリには、文字が「何か」であるかどうかをテストするために使用できる適切なファセットがありますか? 文字が改行文字の形式であるか、数値や空白などを表しているかどうかをテストするIE?
または、手動で行ったり、正規表現に依存する必要がありますか?