fromString static method

Node fromString(
  1. String regexp
)

Implementation

static Node fromString(String regexp) => nodeParser.parse(regexp).value;