Blocks within value
List of all the block within the value
group. If you're running an older core version, there may be groups listed here that are not available to you (yet).
value
v10.4.28
Sanitizes the given html
remove special chars value
v10.4.28
Returns the value without special charactors
unescape value
v11.0.1
Converts the HTML entities &, <, >, ", and ' in string to their corresponding characters.
escape value
v11.0.1
Converts the characters "&", "<", ">", '"', and "'" in string to their corresponding HTML entities.
template value value
v10.4.28
Renders the given template using mustache.
encode uri value
v10.4.28
Encodes a URI by replacing specific characters with URI safe characters.
hex to rgb condition
v12.0.6
Converts a hex color code into rgb/a
javascript type value
v12.0.4
Returns the JS-engine type of a given value
get length number
v10.4.28
value contains the length of the string in UTF-16 code units
trim value
v10.4.28
Removes characters from both ends of a string
convert to lowercase value
v10.4.28
null
generate guid value
v10.4.28
null
capitalize first letter value
v10.4.28
null
current language value
v13.0.4
Returns the current language.
switch value
v10.4.28
Returns a value based of the given expression.
index of number
v10.4.28
Finds the given value in its value.
decode uri value
v13.0.7
Decodes a URI by replacing URI safe characters with normal characters.
encode uri component value
v10.4.28
Encodes a URI by replacing specific characters with URI safe characters.
decode uri component value
v13.0.7
Decodes a URI by replacing URI safe characters with normal characters.
simple normalize value
v10.4.28
Removes all non alphanumeric characters
rgb to hex condition
v12.0.6
Converts rgb color codes into hex
locale compare number
v10.4.28
null
split array
v13.0.8
takes a pattern and divides this string into an ordered list of substrings by searching for the pattern, puts these substrings into an array, and returns the array
convert to uppercase value
v10.4.28
null
generate shortid value
v10.4.28
null
generate uuid value
v12.0.4
Generates a random universally unique identifier according to the RFC 4122
format number value
v10.4.28
null
replace value
v10.4.28
null
Back to
value
Return to the main group to view all sub-groups