@igor.dvlpr/magic-string
Advanced tools
Changelog
v1.2.0
<p align="right"><em>04-Aug-2024</em></p>🪅 feat: add scramble()
- a string scramble method
📜 docs: fix links
Changelog
v1.1.0
<p align="right"><em>03-Aug-2024</em></p>appendIf()
- a conditional appending methodtrimStart()
- trims leading whitespacetrimEnd()
- trims trailing whitespacereplace()
- replaces a value with anotherinsert()
- inserts a string at the given index in the accumulatorsubstring()
- gets a substring of the current accumulatorlength
- returns the length of the accumulator valueconstructor
StringValue
append()
, appendIf()
and insert()
Changelog
v1.0.0
<p align="right"><em>01-Aug-2024</em></p>