beta
cables is under heavy development.
There might be one or another bug, please let us know about it!

All Operators

AddLineBreaks

 Insert a line break in a string of words

ArrayContainsString

 Check if an array contains a string which can also be a number (find,search,indexOf)

ArrayOfStrings

 Create an array of strings and optionally attach index-number

Base64Decode

decode a string to base64

Base64Encode

encode a string to base64

CharacterRotate

 String rotate characters like a split-flap display

ConcatMulti

 Joins multiple strings together

Concat

 Joins two strings together

CopyToClipboard

 Copy string to clipboard on trigger

FilterValidString

filter valid strings (not null,undefined or empty)

GateString

Output string if pass through is true

LeftPad

 create a fixed length string from a number 1 -> 0001

LimitLineBreaks

 Limit number of lines in a string

LineBreaksHtml

 Convert linebreaks to html breaks

LoremIpsum

 Lorem ipsum dolor sit amet

Lowercase

 convert all characters to small letters

NumTotalLineBreaks

 Count number of line breaks in a string

NumberFormatter

 Format a number to a string in the given locale and format

NumberSwitchByString

 associate numbers by strings

NumberToString

Convert a number to a string

OrString

outputs the first valid string

ParseFloat

Parses a string and returns a floating point number / string to number

ParseInt

Parse a string to a integer number / string to number

RandomString

 Generate a random string of given characters

RightPadNumber

 Converts a number to a string with num decimal places, adds 0's

RightPad

 create a string with a fixed length filling the space with a character

RouteString

 Route a string to an output port

SaveTextFile

 download a textfile containing the input string

StringCompose

 Combine multiple Values to a new String

StringContains

check if string contains another string (find,search,indexOf)

StringEditor

string text editor

StringEquals

check if content of two strings is the same

StringIterator

iterate over every character of a string

StringLength

number of characters in a string

StringReplace

 replace occurrences of a string with another string

StringTrim

Remove whitespace from both ends of a string

String

String input/output

StripHtml

 remove html tags from a string

SubString

Subset of a string between one index and another

SwitchString

Switch between multiple strings with an index

SwitchStringBoolean

Switch between two strings with a boolean

UUID

 outputs a unique identifier string

Uppercase

 Convert all characters in a string to upperase