λ Lambdas
Community lambdas.
Copyable definitions. Tested. Tagged. Star the ones you use.
| Name | Signature | Description | Tags | ★ |
|---|---|---|---|---|
| REGEX.CAPTURE | (text, pattern, [group]) | Capture a named regex group from a cell. Returns #N/A on no match, never the input. | text | 1,204 |
| TEXT.JSON.PARSE | (json, [path]) | Parse a JSON string. Optional JSONPath ($..items[*].name). Returns spilled array. | text | 761 |
| TEXT.SLUGIFY | (s, [sep]) | Lowercase, strip diacritics, replace non-alnum with the separator. Useful for stable keys. | text | 521 |