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

Method column

regex/regex-syntax/src/ast/parse.rs:416–418  ·  view source on GitHub ↗

Return the current column of the parser. The column number starts at `1` and is reset whenever a `\n` is seen.

(&self)

Source from the content-addressed store, hash-verified

414 ///
415 /// The column number starts at `1` and is reset whenever a `\n` is seen.
416 fn column(&self) -> usize {
417 self.parser().pos.get().column
418 }
419
420 /// Return the next capturing index. Each subsequent call increments the
421 /// internal index.

Callers 1

span_charMethod · 0.80

Calls 2

parserMethod · 0.80
getMethod · 0.45

Tested by

no test coverage detected