Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 306 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 306 Bytes

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