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

Method end

regex/regex-syntax/src/hir/mod.rs:1038–1040  ·  view source on GitHub ↗

Return the end of this range. The end of a range is always greater than or equal to the start of the range.

(&self)

Source from the content-addressed store, hash-verified

1036 /// The end of a range is always greater than or equal to the start of the
1037 /// range.
1038 pub fn end(&self) -> char {
1039 self.end
1040 }
1041}
1042
1043/// A set of characters represented by arbitrary bytes (where one byte

Callers 4

cmd_utf8_rangesFunction · 0.45
urangesFunction · 0.45
brangesFunction · 0.45
visit_preMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected