jcli ~master (2022-03-09T18:57:21Z)
Dub
Repo
Pattern
jcli
core
pattern
Undocumented in source.
struct
Pattern {
import
std
.
ascii
;
;
import
std
.
algorithm
;
;
string
[]
items
;
this
(string[] items);
static
Pattern
parse
(string patternString);
auto
matches
(string input);
}
Constructors
this
this
(string[] items)
Undocumented in source.
Alias This
items
Members
Functions
matches
auto
matches
(string input)
Undocumented in source. Be warned that the author may not have intended to support it.
Static functions
parse
Pattern
parse
(string patternString)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
items
string
[]
items
;
Undocumented in source.
Meta
Source
See Implementation
jcli
core
pattern
structs
Pattern