Install Asset
Install via Godot
To maintain one source of truth, Godot Asset Library is just a mirror of the old asset library so you can download directly on Godot via the integrated asset library browser
Quick Information
StringTool
A simple string utility library for Godot.
Supported Engine Version
4.0
Version String
0.1.0
License Version
MIT
Support Level
community
Modified Date
1 day ago
Git URL
Issue URL
StringTool
StringTool is a simple string utility library for Godot.
Current Version
0.1.0
Main Usage
Generate String
print(StringTool.StringGenerator.specific(10))
Maybe output:
uS1g7Msa9h
Generate String from format
print(StringTool.StringGenerator.from_format("Llllnnn"))
Maybe output:
Mehs028
...
License
MIT
Link
- Github
- Issues
- Pull Requests If you like this project, please give us a star!
EXPERIMENTAL WARNINGS
- StringTool.StringGenerator.from_format("a"): This will create uncommon symbols, Chinese character and control characters.
- StringTool.IDGenerator.generate_global_id(...): This will freeze the program when called it many times.
A simple string utility library for Godot.
Reviews
Quick Information
StringTool
A simple string utility library for Godot.
Supported Engine Version
4.0
Version String
0.1.0
License Version
MIT
Support Level
community
Modified Date
1 day ago
Git URL
Issue URL