menu
petitparser_examples package
documentation
regexp.dart
Node
fromString static method
fromString static method
dark_mode
light_mode
fromString
static method
Node
fromString
(
String
regexp
)
Implementation
static Node fromString(String regexp) => nodeParser.parse(regexp).value;
petitparser_examples package
documentation
regexp
Node
fromString static method
Node class