tango v1.0.0+2.066 (2014-08-19T00:10:20Z)
Home
Dub
Repo
RegExpT.test
tango
text
Regex
RegExpT
Search input for match.
bool
test
(const(char_t)[] input)
class
RegExpT
(char_t)
bool
test
(
const
(
char_t
)[]
input
)
bool
test
()
Return Value
Type:
bool
false for no match, true for match
Meta
Source
See Implementation
tango
text
Regex
RegExpT
aliases
charclass_t
predicate_t
tdfa_t
tnfa_t
constructors
this
functions
compileToD
match
opApply
opIndex
pattern
post
pre
replaceAll
replaceFirst
replaceLast
search
split
tagCount
test
static functions
opCall
variables
last_start_
next_start_
registers_
tdfa_
tnfa_
Search input for match.