Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mishankov/string-manipulator
🤖 No-code string manipulation tool
https://github.com/mishankov/string-manipulator
github-pages no-code nocode svelte tool
Last synced: 6 days ago
JSON representation
🤖 No-code string manipulation tool
- Host: GitHub
- URL: https://github.com/mishankov/string-manipulator
- Owner: mishankov
- Created: 2023-12-03T18:40:07.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-12T07:45:16.000Z (about 1 month ago)
- Last Synced: 2024-11-12T08:28:38.816Z (about 1 month ago)
- Topics: github-pages, no-code, nocode, svelte, tool
- Language: Svelte
- Homepage: https://mishankov.github.io/string-manipulator/
- Size: 229 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# String manipulator
Application that applies sequence of manipulations to string
Interactive doc available at https://mishankov.github.io/string-manipulator/docs
Available manipulations:
- Replace
- Prepend
- Append
- Split, get from index
- Compose
- Slice
- Split-compose
- Trim
- Case
- Split-join