Gets the underlying dcbor-pattern TextPattern.
StaticanyCreates a new TextPattern that matches any text.
StaticvalueCreates a new TextPattern that matches the specific text.
StaticregexCreates a new TextPattern that matches text matching the regex.
StaticfromCreates a new TextPattern from a dcbor-pattern TextPattern.
Returns true if the pattern matches the haystack.
Returns true if the Display of the matcher is complex, i.e. contains nested patterns or other complex structures that require its text rendering to be surrounded by grouping parentheses.
Returns a string representation of an object.
Hash code for use in Maps/Sets.
Pattern for matching text values.
This is a wrapper around dcbor_pattern::TextPattern that provides envelope-specific integration.
Corresponds to the Rust
TextPatternstruct in text_pattern.rs