class EacRubyUtils::RegexpParser

def parse?(string)

Returns:
  • (Boolean) -
def parse?(string)
  internal_parse(string).first
end