phobos-next v0.5.1 (2022-12-21T17:07:30Z)
Home
Dub
Repo
Patt.matchU
nxt
symbolic
Patt
Match
this
with
haystack
at Offset
soff
.
class
Patt
@
safe
pure nothrow final ref const
auto ref
matchU
(
in
ubyte
[]
haystack
,
size_t
soff
= 0
)
Return Value
Type:
auto ref
Matched slice or [] if not match.
Meta
Source
See Implementation
nxt
symbolic
Patt
functions
at
atU
findAt
findRawAt
match
matchU
opAltImpl
opBinary
opCatImpl
properties
getConstant
isConstant
isFixed
isVariable
mandatories
maxLength
minLength
optionals
variables
_parent
greedy
Match this with haystack at Offset soff.