Closed rhazn closed 7 months ago
lowercase
uppercase
toLowerCase
toUpperCase
transform LowerCaseText { from inputValue oftype text; to outputValue oftype text; outputValue: lowercase inputValue; }
@TungstnBallon This is a different operator than we talked about, but the replaceAll operator will be better implemented as #530. We can move on to that in the future.
User Story
User Acceptance Criteria
lowercase
/uppercase
operator is available, using thetoLowerCase
/toUpperCase
method from TypescriptExamples
Notes
Definitions of Done