LogicalRegularExpressionMatch¶
fauto.spad line 250 [edit on github]
This package converts HyperDoc patterns to matching automaton.
- parse_pattern: (String, Boolean) -> Union(LogicalMatchingAutomaton, failed)
parse_pattern(s, downcase)parsessand returns corresponding matching automaton. It returns “failed” in case of syntax error. If downcase istruethen all literal characters insare converted to lower case, otherwise case is retained.