Module neure::re

source ·

Re-exports

Modules

Structs

Traits

Functions

  • Consume given length datas.
  • Consume all the left datas.
  • Match the given Neu M ..= N times.
  • Match the given Neu M ..= N times.
  • Match the end position of data.
  • Match given data.
  • Return a regex that reverses the result of re. It will return zero-length Span when matches.
  • Match nothing, simple return R::from(_, (0, 0)).
  • Match one item.
  • Match at least one item.
  • Iterate over the vector and match the regex against the Context. It will return the value of first pair that matches.
  • Match the start position of data.
  • Match given string.
  • Iterate over the vector and match the regex against the Context. It will return the result of first regex that matches.
  • Match at least zero item.
  • Match zero or one item.