Function Reference

From Sputnik Wiki
(Difference between revisions)
Jump to: navigation, search
(Array Functions)
(Language Features)
Line 5: Line 5:
 
==== Language Features ====
 
==== Language Features ====
  
* [[Core Function Regex Match|<Expression> =~ m/regex/]]
+
* [[Core Function Regex Match|<Expression> =~ m/regex/]] -- Match a string to a regular expression pattern and check if it matches and optionally return captured groups
* [[Core Function Regex Replace|<Expression> =~ s/regex/str/]]
+
* [[Core Function Regex Replace|<Expression> =~ s/regex/str/]] -- Replace parts of a string using a regular expression pattern and optionally executing functions on the matched groups
  
 
==== Console Functions ====
 
==== Console Functions ====

Revision as of 14:42, 19 November 2011

Contents

Function Reference

Core Functions

Language Features

Console Functions

Multithreading Functions

Variable Type Conversions

Common Variable Functions

Arrays
Type Checking

Binary Data Management Functions

Math Functions

String Functions

Array Functions

File Functions

File Create/Read/Write Functions

Misc Functions

User Defined Functions

These functions are created using Sputnik and are not part of the Sputnik core language.

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox