Platform Compatibility
PC | Mac OSX | Oculus Quest |
---|---|---|
X | X | X |
Replace C# style, pass a string, pass the text to find, and what to replace it with everywhere it occurs.
Parameters:
- input
- A string value
- find
- A string value
- replace
- A string value
returns a String (text) value
Example:
1 | obj.replace(input, find, replace) |