Expand description
Module: value::ops::text
Responsibility: text and casefolded identifier operations for Value.
Does not own: collection membership or predicate-level coercion policy.
Boundary: representation-local text helpers used by query operators.
Functions§
- text_
contains - Check whether
needleis a substring ofvalueunder the given text mode. - text_
ends_ with - Check whether
valueends withneedleunder the given text mode. - text_eq
- Case-sensitive/insensitive equality check for text-like values.
- text_
starts_ with - Check whether
valuestarts withneedleunder the given text mode.