Expand description
Types and routines for working with look-around assertions.
This module principally defines two types:
Lookenumerates all of the assertions supported by this crate.LookSetprovides a way to efficiently store a set ofLookvalues.LookMatcherprovides routines for checking whether aLookor aLookSetmatches at a particular position in a haystack.
Modules§
- is_
word_ 🔒char  - A module that looks for word codepoints using regex-syntax’s data tables.
 
Structs§
- Look
Matcher  - A matcher for look-around assertions.
 - LookSet
 - LookSet is a memory-efficient set of look-around assertions.
 - Look
SetIter  - An iterator over all look-around assertions in a 
LookSet. - Unicode
Word Boundary Error  - An error that occurs when the Unicode-aware 
\wclass is unavailable. 
Enums§
- Look
 - A look-around assertion.