Package-level declarations
Functions
Link copied to clipboard
.capitalize string:{String} -> StringContent copied to clipboard
Capitalizes the first character of a string.
Link copied to clipboard
Link copied to clipboard
.isnotempty string:{String} -> BooleanContent copied to clipboard
Checks if a string is not empty.
Link copied to clipboard
.plaintext content:{InlineMarkdownContent} -> StringContent copied to clipboard
Converts Markdown content to plain text.
Link copied to clipboard