Class |
RiTa |
||||
---|---|---|---|---|---|
Name |
addTransform |
||||
Description | Registers a new RiScript transform function that may then be used in all RiScript evaluations (including within Grammars). | ||||
Example |
RiTa.addTransform("uc", (s) => s.toUpperCase()); |
||||
Parameters |
|
||||
Returns |
|
||||
Related | See RiScript documentation | ||||
Syntax |
RiTa.addTransform(name, function); |
||||
Platform | Java / JavaScript | ||||