pub(crate) fn collect_sequence_characters( s: &str, predicate: impl FnMut(&char) -> bool, ) -> (&str, &str)
Collect sequence of code points https://infra.spec.whatwg.org/#collect-a-sequence-of-code-points