chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
# ChangeCase
|
||||
|
||||
*in [Lib.string.transform](README.md)*
|
||||
|
||||
Changes a case of string to upper or lower case.
|
||||
|
||||
## Input Parameters
|
||||
| Name (Relevancy & Type) | Description |
|
||||
|---|---|
|
||||
| **InputText** (String) | — |
|
||||
| **Mode** (Int32) | — |
|
||||
|
||||
## Outputs
|
||||
| Name | Type |
|
||||
|---|---|
|
||||
| **Result** | System.String |
|
||||
|
||||
@@ -0,0 +1,10 @@
|
||||
# Lib.string.transform
|
||||
|
||||
## Operators
|
||||
|
||||
- [**ChangeCase**](ChangeCase.md) — Changes a case of string to upper or lower case.
|
||||
- [**WrapString**](WrapString.md) — Wraps a string at a column width
|
||||
|
||||
---
|
||||
|
||||
*Auto-generated from the operator library.*
|
||||
@@ -0,0 +1,18 @@
|
||||
# WrapString
|
||||
|
||||
*in [Lib.string.transform](README.md)*
|
||||
|
||||
Wraps a string at a column width
|
||||
|
||||
## Input Parameters
|
||||
| Name (Relevancy & Type) | Description |
|
||||
|---|---|
|
||||
| **InputText** (String) | — |
|
||||
| **WrapColumn** (Int32) | — |
|
||||
| **Mode** (Int32) | — |
|
||||
|
||||
## Outputs
|
||||
| Name | Type |
|
||||
|---|---|
|
||||
| **Result** | System.String |
|
||||
|
||||
Reference in New Issue
Block a user