For the complete documentation index, see llms.txt. This page is also available as Markdown.

Mask Operation

Masks boolean values — either fully replacing with "XXXX" or partially masking a substring range.

Masks the value of the input boolean to produce a deterministic output.

Full Masking

Masks the entire boolean value and replaces it with "XXXX".

Partial Masking

Masks the substring of the boolean value between the selected indexes.

Last updated