RegExpT.test

Search input for match.

  1. bool test(const(char_t)[] input)
    class RegExpT(char_t)
    bool
    test
    (
    const(char_t)[] input
    )
  2. bool test()

Return Value

Type: bool

false for no match, true for match

Meta