https://github.com/sieep-coding/luniv-strings
String manipulation done right
https://github.com/sieep-coding/luniv-strings
javascript library package string
Last synced: 10 months ago
JSON representation
String manipulation done right
- Host: GitHub
- URL: https://github.com/sieep-coding/luniv-strings
- Owner: Sieep-Coding
- License: mit
- Created: 2025-07-06T19:29:50.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-07-06T20:20:13.000Z (12 months ago)
- Last Synced: 2025-07-06T20:24:42.073Z (12 months ago)
- Topics: javascript, library, package, string
- Language: JavaScript
- Homepage: https://sieep-coding.github.io/luniv-strings/
- Size: 0 Bytes
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# What is Luniv-Strings?
Luniv Strings is a string manipulation library for JavaScript.
It was created primarily as a tool to help me at my day job and when completing Game Jam's using the [Phaser](https://phaser.io/) game engine.
# How to Use
For now, you can use the [minified version.](https://github.com/Sieep-Coding/luniv-strings/releases/tag/release)
# Inspiration
The inspiration is primarily from [plexis](https://github.com/plexis-js/plexis/).
Where they are similar, I believe my code checks for edge-cases better and is written in an expressive manner using `functions`.