| Class | Description |
|---|---|
| CamelCaseLambda |
Converts text in a fragment to camelCase.
|
| CaseFormatLambda |
Converts text from CaseFormat to another CaseFormat
Register:
|
| IndentedLambda |
This naively prepends indention to all lines of a fragment.
|
| JoinWithCommaLambda |
Split text by 2 spaces and then join the strings with ", "
Register:
|
| LowercaseLambda |
Converts text in a fragment to lowercase.
|
| OnChangeLambda |
Lambda writes current fragment to the output when it is different than
the previous fragment.
|
| SplitStringLambda |
Splits long fragments into smaller strings and uses a StringBuilder to merge
them back.
|
| TitlecaseLambda |
Converts text in a fragment to title case.
|
| TrimWhitespaceLambda |
Replaces duplicate whitespace characters in a fragment with single space.
|
| UppercaseLambda |
Converts text in a fragment to uppercase.
|
Copyright © 2020. All rights reserved.