#ifndef TRY_SPLIT_SEQUENCE_H #define TRY_SPLIT_SEQUENCE_H #include #include #include std::optional> TrySplitSequence(const std::string_view &sequence); #endif