RegExpT.test

Pick up where last test(input) or test() left off, and search again.

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

Return Value

Type: bool

false for no match, true for match

Meta