Can `split_view` or a composition of multiple `spilt_view`s be used to split a `string`/`string_view` using multiple delimiters?
I’m attempting to understand how views can be composed and the limitations of the same.
The idea here is to split a string
/string_view
without creating a temporary variable as shown in the second code block.