-
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
(related to #4)
functions and their arguments, eg:
module.set("to_camel_case", lua.createfunction(|, text: String| {...
module.set("to_table", lua.create_function(|lua, text: String| {...
these functions exist and they take strings named 'text'
module.set("match", lua.create_function(|_, (expr, val): (String, String)|
module.set("replace_all", lua.create_function(|_, (expr, val, patt): (String, String, String)| {
these have two and three arguments
Metadata
Metadata
Assignees
Labels
No labels