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
- Host: GitHub
- URL: https://github.com/r-unic/string-builder
- Owner: R-unic
- Created: 2024-12-02T03:14:06.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-20T02:01:15.000Z (over 1 year ago)
- Last Synced: 2025-03-20T03:19:58.642Z (over 1 year ago)
- Topics: roblox, strings
- Language: Luau
- Homepage:
- Size: 108 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.