An open API service indexing awesome lists of open source software.

https://github.com/r-unic/string-builder

StringBuilder class for Roblox that creates strings from tables
https://github.com/r-unic/string-builder

roblox strings

Last synced: 8 months ago
JSON representation

StringBuilder class for Roblox that creates strings from tables

Awesome Lists containing this project

README

          

# StringBuilder
StringBuilder class for Roblox that creates strings from tables

This library is essentially just shorthand for using `table.concat()`/`Array.join()` with some extra utility.