Skip to content

Home⚓︎


Overview⚓︎

StringPlus or String+ is a library that provides a range of useful string manipulation functions that can help you work with strings more efficiently in your Luau and Roblox projects.

The library includes functions for performing common tasks such as analyzing a string, transforming a table into a string, sorting words alphabetically, randomizing strings, and pre-made iterator functions.

Installation⚓︎

To use the StringPlus library, simply get it as a Model which is published on the Roblox Creator Marketplace and require it in your Luau code and call the desired function.

This library does include a Typechecking sub-module with Pascal-case, Camel-case, and Lower-case function names support which allows for autocompletion.

Contributing⚓︎

Are you considering to contribute? Thank you for considering that!

We welcome contributions of all kinds to this library. Whether you're looking to submit a pull request, or reporting a bug or requesting a new feature.

Submitting Bugs⚓︎

If you've found a bug or an issue in the library, we'd be grateful if you could report it to us.
Please include as much detail as possible, including steps to reproduce it, and any error messages or logs that you've encountered.

Requesting features⚓︎

We welcome any suggestions for new features or improvements.
If you have an idea, please open an issue and provide details about it as possible about what you're proposing so we can discuss it.

Submitting Changes and Improvements⚓︎

If you're a developer who is looking to submit changes to the project, here's what you need to know:

  • All changes and improvemnet contributions should be submitted as pull requests.
  • Make sure to name your variables and functions using Pascal case.
  • Please make sure that your code is well-documented, optimized, and that you've included tests to cover any new functionality.

License⚓︎

This library1 is licensed under the terms of the MIT license, which allows for free of use, distribution, and modification of the code as long as the original copyright and license notice are included.


  1. The StringPlus library.