Skip to content

A module with a set of extra string functions for Defold

License

Notifications You must be signed in to change notification settings

subsoap/defstring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DefString

A module with a set of extra string functions for Defold

This is a community project you are welcome to contribute to it

View the list of functions at https://github.com/subsoap/defstring/blob/master/defstring/defstring.lua

Installation

You can use DefString in your own project by adding this project as a Defold library dependency. Open your game.project file and in the dependencies field under project add:

https://github.com/subsoap/defstring/archive/master.zip

Once added, you must require the main Lua module via

local defstring = require("defstring.defstring")

Then you can use the DefString functions for example via

print(defstring.capitalize_every_word("hello world defstring"))

About

A module with a set of extra string functions for Defold

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages