-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
New feature motivation
I use these kinds of tools in CFT challenges. Commonly strings are converted and manipulated in several steps. An ability to chain different string operations would be greatly helpful.
New feature description
Basically add the ability to spawn more operations below the first one, where the result of the first operation is used as input in the second operation, result of second operation is input for the third operation, and so forth.
https://onlinestringtools.com/ has this feature, and it is really useful.
To make it user friendly I suggest making it possible to change type, add, and remove operations even after adding chains.
Metadata
Metadata
Assignees
Labels
No labels