chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
# SubString
|
||||
|
||||
*in [Lib.string.search](README.md)*
|
||||
|
||||
Returns a substring of the connect string.
|
||||
This can be useful for trimming a string to a maximum length.
|
||||
|
||||
## Input Parameters
|
||||
| Name (Relevancy & Type) | Description |
|
||||
|---|---|
|
||||
| **InputText** (String) | — |
|
||||
| **Start** (Int32) | — |
|
||||
| **Length** (Int32) | — |
|
||||
|
||||
## Outputs
|
||||
| Name | Type |
|
||||
|---|---|
|
||||
| **Result** | System.String |
|
||||
|
||||
Reference in New Issue
Block a user