undead v1.1.5 (2021-04-07T14:34:51Z)
Home
Dub
Repo
Splitter
undead
regexp
Undocumented in source.
struct
Splitter (
Range
) {
Range
_input
;
size_t
_chunkLength
;
RegExp
_rx
;
this
(Range input, Pattern!(char) separator);
auto ref
opSlice
();
Range
front
[@property getter];
bool
empty
[@property getter];
void
popFront
();
}
Constructors
this
this
(Range input, Pattern!(char) separator)
Undocumented in source.
Members
Functions
opSlice
auto ref
opSlice
()
Undocumented in source. Be warned that the author may not have intended to support it.
popFront
void
popFront
()
Undocumented in source. Be warned that the author may not have intended to support it.
Properties
empty
bool
empty
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
front
Range
front
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
_chunkLength
size_t
_chunkLength
;
Undocumented in source.
_input
Range
_input
;
Undocumented in source.
_rx
RegExp
_rx
;
Undocumented in source.
Meta
Source
See Implementation
undead
regexp
classes
RegExp
RegExpException
functions
find
pattern
rfind
search
split
splitter
sub
structs
Pattern
Splitter
regmatch_t
variables
email
url