chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
# PickStringPart
|
||||
|
||||
*in [Lib.string.logic](README.md)*
|
||||
|
||||
Gets lines, words, or characters from the input string. Good for typewriter effects, etc.
|
||||
|
||||
Useful combinations: [ReadFile] [RequestUrl] [GetAttributeFromJsonString]
|
||||
|
||||
## Input Parameters
|
||||
| Name (Relevancy & Type) | Description |
|
||||
|---|---|
|
||||
| **InputText** (String Relevant) | — |
|
||||
| **SplitInto** (Int32) | — |
|
||||
| **FragmentStart** (Int32 Relevant) | — |
|
||||
| **FragmentCount** (Int32) | — |
|
||||
|
||||
## Outputs
|
||||
| Name | Type |
|
||||
|---|---|
|
||||
| **Fragments** | System.String |
|
||||
| **TotalCount** | System.Int32 |
|
||||
|
||||
Reference in New Issue
Block a user