Local
A regex component that represents an atomic group.
Declaration
struct Local<Output>Overview
An atomic group opens a local backtracking scope which, upon successful exit, discards any remaining backtracking points from within the scope.
A regex component that represents an atomic group.
struct Local<Output>An atomic group opens a local backtracking scope which, upon successful exit, discards any remaining backtracking points from within the scope.