| BackSlashLambda |
Replaces forward slash with backslash in the text.
|
| CamelCaseAndSanitizeLambda |
Converts text in a fragment to camelCase.
|
| CamelCaseLambda |
Converts text in a fragment to camelCase.
|
| CaseFormatLambda |
Converts text from CaseFormat to another CaseFormat
Register:
|
| CopyLambda |
Saves template text to be used later.
|
| DoubleQuoteLambda |
Double quote the text if it's not already the case.
|
| EscapeChar |
Escapes the desired character if not escaped already, e.g.
|
| EscapeKeywordLambda |
Converts text in a fragment to escape_keyword.
|
| FirstLambda |
Split text by 2 spaces and then return the first entry
Register:
|
| ForwardSlashLambda |
Replaces backslash with forward slash in the text.
|
| IndentedLambda |
This naively prepends indention to all lines of a fragment.
|
| JoinWithCommaLambda |
Split text by 2 spaces and then join the strings with ", "
Register:
|
| KebabCaseLambda |
Converts text in a fragment to snake case.
|
| LowercaseLambda |
Converts text in a fragment to lowercase.
|
| OnChangeLambda |
Lambda writes current fragment to the output when it is different than
the previous fragment.
|
| OptionalParameterLambda |
Appends trailing ? to a text fragment if not already present
Register:
|
| PasteLambda |
Writes text that was previously saved.
|
| PrefixWithHashLambda |
Replaces duplicate whitespace characters in a fragment with single space.
|
| RequiredParameterLambda |
Strips trailing ? from a text fragment
Register:
|
| SnakecaseLambda |
Converts text in a fragment to snake case.
|
| SplitStringLambda |
Splits long fragments into smaller strings and uses a StringBuilder to merge
them back.
|
| SpringHttpStatusLambda |
Returns the Spring org.springframework.http.HttpStatus enumeration for the given status text.
|
| TitlecaseLambda |
Converts text in a fragment to title case.
|
| TrimLineBreaksLambda |
Replaces duplicate line break characters in a fragment with single line break.
|
| TrimTrailingWhiteSpaceLambda |
Replaces duplicate line break characters in a fragment with single line break.
|
| TrimWhitespaceLambda |
Replaces duplicate whitespace characters in a fragment with single space.
|
| UncamelizeLambda |
Converts text in a fragment from camelCase or PascalCase to a space separated string
Register:
|
| UniqueLambda |
Split text by the delimiter and then write only the unique entries
Register:
|
| UppercaseLambda |
Converts text in a fragment to uppercase.
|