Origin Scripting Language
search
Ctrlk
originOS
Origin Scripting Language
  • checkBasics
    • Syntax
    • Types
    • The Execution Loop
    • Defining Variables
    • Assignment Operators
    • Local Scoping
    • Typed Variables
  • calculator-simpleOperators
    • Mathematical Usage
    • Text Usage
    • String Concatenation Operator (+)
    • Array Operations
    • Comparative Operators
    • Logical Operators
    • Bitwise operators
    • Pipe Operator (|>)
    • Nullish Coalescing Operator (??)
    • Precedence
  • arrow-progressProgram Flow
    • If Statements
    • Switch Case
    • Iteration
    • While And Until
  • person-runningCommands
    • General
    • Debugging
    • Modifiers
    • Rendering
  • brackets-curlyArrays And Objects
    • Making Arrays Or Objects
    • Modifying An Array
    • Clone Objects And References
    • Object Operations
    • Object Property Shorthand
  • window-flipEnvironment
    • The Window System
    • Events
    • Mouse Cursor
    • Camera
    • Sound System
    • Input Simulation
    • Running Other Languages
    • Notifications
    • Send Data Between Windows
    • Clipboard
    • Interfacing With Rightclick
    • Permissions
    • Files
  • databaseStorage
    • Save DB
    • Local DB
  • circle-plusCustom Syntax
    • Commands
    • Methods
    • Functions
    • Inline
    • Lambda
    • Spread Operator
    • Typed Parameters
    • Classes
    • Promises
  • brackets-roundFunctions
    • Math
    • Types
    • Encoding
    • function()
    • formatFileSize(bytes)
    • getGamepads()
    • import(path)
    • ouidNew()
    • parseFilePath(path)
  • Global Variables
    • Overview
    • System Information
    • User Information
    • Date and Time
    • Input State
    • Display and UI
    • Network
    • File System
  • scrollMethods
    • Strings
      • .len
      • .padStart(val,num)
      • .padEnd(val,num)
      • .append(val)
      • .prepend(val)
      • .ask()
      • .confirm()
      • .btoa()
      • .atob()
      • .left(num)
      • .right(num)
      • .jsonParse()
      • .getProto()
      • .startsWith(val)
      • .endsWith(val)
      • .wrapText(characters)
      • .trimText(characters)
      • .split(characters)
      • .count(val)
      • .trim(start, end)
      • .replace(old,new)
      • .delete(location)
      • .concat(val)
      • .reverse()
      • .replaceFirst(old,new)
      • .contains(val)
      • .oslTokenise()
      • .strip()
      • .index(val)
      • .toArr()
      • .toOrdArray()
      • .match(pattern)
      • Encoding
        • .encodeBin()
        • .decodeBin()
        • .encodeHex()
        • .decodeHex()
        • .encodeUTF16()
        • .decodeUTF16()
        • .encrypt(password)
        • .decrypt(password)
        • .ord()
        • .chr()
      • Hashing
      • Case
    • Numbers
    • Arrays
    • Objects
    • Functions
    • Keyboard
    • JSON
    • Types
    • Networking
    • Timestamp
gitbookPowered by GitBook
block-quoteOn this pagechevron-down
githubEdit
  1. scrollMethodschevron-right
  2. Strings

Encoding

.encodeBin()chevron-right.decodeBin()chevron-right.encodeHex()chevron-right.decodeHex()chevron-right.encodeUTF16()chevron-right.decodeUTF16()chevron-right.encrypt(password)chevron-right.decrypt(password)chevron-right.ord()chevron-right.chr()chevron-right
Previous.match(pattern)chevron-leftNext.encodeBin()chevron-right