MCPcopy Create free account
hub / github.com/davidblewett/rure-python / uranges

Function uranges

regex/regex-syntax/src/hir/mod.rs:1495–1497  ·  view source on GitHub ↗
(cls: &ClassUnicode)

Source from the content-addressed store, hash-verified

1493 }
1494
1495 fn uranges(cls: &ClassUnicode) -> Vec<(char, char)> {
1496 cls.iter().map(|x| (x.start(), x.end())).collect()
1497 }
1498
1499 fn ucasefold(cls: &ClassUnicode) -> ClassUnicode {
1500 let mut cls_ = cls.clone();

Callers

nothing calls this directly

Calls 4

mapMethod · 0.80
iterMethod · 0.45
startMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected