![]() |
OpenSiv3D
v0.6.5
C++20 framework for creative coding
|
正規表現 More...
#include <RegExp.hpp>
Public Member Functions | |
| SIV3D_NODISCARD_CXX20 | RegExp () |
| SIV3D_NODISCARD_CXX20 | RegExp (StringView pattern) |
| bool | isValid () const noexcept |
| operator bool () const noexcept | |
| bool | fullMatch (StringView s) const |
| MatchResults | match (StringView s) const |
| MatchResults | search (StringView s) const |
| Array< MatchResults > | findAll (StringView s) const |
正規表現
| SIV3D_NODISCARD_CXX20 s3d::RegExp::RegExp | ( | ) |
|
explicit |
| Array<MatchResults> s3d::RegExp::findAll | ( | StringView | s | ) | const |
| bool s3d::RegExp::fullMatch | ( | StringView | s | ) | const |
|
noexcept |
| MatchResults s3d::RegExp::match | ( | StringView | s | ) | const |
|
explicitnoexcept |
| MatchResults s3d::RegExp::search | ( | StringView | s | ) | const |