Skip to main content

Module text

Module text 

Source
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 needle is a substring of value under the given text mode.
text_ends_with
Check whether value ends with needle under the given text mode.
text_eq
Case-sensitive/insensitive equality check for text-like values.
text_starts_with
Check whether value starts with needle under the given text mode.