Skip to content

Commit

Permalink
add docs in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mishankov committed Mar 5, 2024
1 parent 73554c6 commit bfc91bf
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,15 @@
# 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
- Split-join

0 comments on commit bfc91bf

Please sign in to comment.