isValid abstract method

bool isValid(
  1. String text
)

Check current text is valid to parse or not

Implementation

bool isValid(String text);