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 v14.0.3 Matches the input against a whitelist by string representation and returns the matching whitelist entry (in its original type), or the fallback when nothing matches simple normalize value v10.4.28 Transliterates German umlauts and sharp-s (ae/oe/ue/ss), then replaces whitespace and every character outside letters, digits, underscore and hyphen. Underscore and hyphen are kept template value value v10.4.28 Renders the given template using mustache. binary value value v14.0.4 Converts a boolean/condition to a value (1 for true, 0 for false). get length number v10.4.28 value contains the length of the string in UTF-16 code units unescape value v11.0.1 Converts the HTML entities &, <, >, ", and ' in string to their corresponding characters. generate shortid value v10.4.28 rgb to hex condition v12.0.6 Converts rgb color codes into hex decode uri value v13.0.7 Decodes a URI by replacing URI safe characters with normal characters. remove special chars value v10.4.28 Returns the value with accents stripped. Only combining diacritical marks are removed - punctuation and symbols are kept 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 decode uri component value v13.0.7 Decodes a URI by replacing URI safe characters with normal characters. generate random string value v15.0.0 Generates a cryptographically random string from an alphabet you choose. Use it for human-facing codes (claim, invite, voucher) where the alphabet has to exclude lookalike characters. Every character of the alphabet is equally likely. extract domain from email condition v14.0.4 Extracts the domain part from an email address (the part after @) locale compare number v10.4.28 format number value v10.4.28 replace value v10.4.28 Returns a new value with one, some, or all matches of a pattern replaced by a replacement trim value v10.4.28 Removes characters from both ends of a string escape value v11.0.1 Converts the characters "&", "<", ">", '"', and "'" in string to their corresponding HTML entities. generate uuid value v12.0.4 Generates a random universally unique identifier according to the RFC 4122 encode uri value v10.4.28 Encodes a URI by replacing specific characters with URI safe characters. switch value v10.4.28 Returns a value based of the given expression. javascript type value v12.0.4 Returns the JS-engine type of a given value index of number v10.4.28 Finds the given value in its value. generate guid value v14.0.4 Generates a unique GUID. When a seed is provided, the GUID is deterministic (same seed always produces the same GUID) — the sha256 of the seed, the same derivation the document blocks apply to their guid_seed pin. Wire this output into verbatim guid pins (get / update / remove) to address seed-created documents. Never wire it into a guid_seed pin: that would hash the already-hashed value again and address a different document — give guid_seed pins the raw seed instead. sanitize html value v10.4.28 Sanitizes the given html convert to uppercase value v10.4.28 hex to rgb condition v12.0.6 Converts a hex color code into rgb/a convert to lowercase value v10.4.28 current language value v13.0.4 Returns the current language. encode uri component value v10.4.28 Encodes a URI by replacing specific characters with URI safe characters. capitalize first letter value v10.4.28 Back to
value Return to the main group to view all sub-groups