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
      • encodeURIComponent(string)
      • decodeURIComponent(string)
      • btoa/atob(string)
    • 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
    • Numbers
    • Arrays
    • Objects
    • Functions
    • Keyboard
    • JSON
    • Types
    • Networking
    • Timestamp
gitbookPowered by GitBook
block-quoteOn this pagechevron-down
githubEdit
  1. brackets-roundFunctions

Encoding

encodeURIComponent(string)chevron-rightdecodeURIComponent(string)chevron-rightbtoa/atob(string)chevron-right
Previoussymbol(name)chevron-leftNextencodeURIComponent(string)chevron-right