Scripting

Search The Documentation:

  1. Home
  2. Docs
  3. Scripting
  4. Text
  5. substr

substr

Platform Compatibility

PC Mac OSX Oculus Quest
X X X

Substring

Parameters:

  • input
    • A string value
  • start
    • An integer value
  • number
    • An integer value

returns a String (text) value

Example:

1
obj.substr(input, start, number)
Tags
Was this article helpful to you? Yes No

How can we help?