Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
map
Method · 0.80
iter
Method · 0.45
start
Method · 0.45
end
Method · 0.45
Tested by
no test coverage detected