Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Latest commit

 

History

History
42 lines (34 loc) · 709 Bytes

File metadata and controls

42 lines (34 loc) · 709 Bytes

<-- Go back to README.md

Length

Returns the number of characters the provided text has, including whitespaces.

Placeholder patterns

  • %formatter_text_length_<text>%

Options

Option Description

text

The text to get the length from.
Type: String
Required? Yes

Examples

/papi parse me %formatter_text_length_Length% -> 6