A complete pattern consisting of multiple atoms.
Constructors
parse(pattern :
String, case_matching :
CaseMatching =
CaseMatching::Smart, normalization :
Normalization =
Normalization::Smart) :
Pattern SourceInstance methods
Match this pattern against a haystack.
Returns the total score if all atoms match, nil otherwise.
Source