phobos-next ~master (2024-03-19T05:49:32Z)
Home
Dub
Repo
LazyRegex
nxt
lazy_regex
Lazily initialized regular expression (Regexp).
version(none)
@
safe
struct
LazyRegex {
this
(string str);
static
typeof
(
this
)
fileExtension
(char[] s);
string
str
;
import
std
.
regex
:
Regex
;
;
}
Constructors
this
this
(string str)
Undocumented in source.
Members
Static functions
fileExtension
typeof
(
this
)
fileExtension
(char[] s)
File name extension instantiator.
Variables
str
string
str
;
Undocumented in source.
Meta
Source
See Implementation
nxt
lazy_regex
functions
matchFirst
structs
LazyRegex
Lazily initialized regular expression (Regexp).