oa_gateway_owp::codec

Function split_first_token

Source
fn split_first_token(s: &str) -> Option<(&str, &str)>
Expand description

First non-delimiter run and the remainder, with leading delimiters stripped from the remainder. None if s is only delimiters.