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).

current language value v13.0.4 Returns the current language. index of number v10.4.28 Finds the given value in its value. javascript type value v12.0.4 Returns the JS-engine type of a given value switch value v10.4.28 Returns a value based of the given expression. template value value v10.4.28 Renders the given template using mustache. validate against whitelist 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 unescape value v11.0.1 Converts the HTML entities &, <, >, ", and ' in string to their corresponding characters. get length number v10.4.28 value contains the length of the string in UTF-16 code units decode uri value v13.0.7 Decodes a URI by replacing URI safe characters with normal characters. sanitize html value v10.4.28 Sanitizes the given html replace value v10.4.28 Returns a new value with one, some, or all matches of a pattern replaced by a replacement 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. locale compare number v10.4.28 encode uri component value v10.4.28 Encodes a URI by replacing specific characters with URI safe characters. escape value v11.0.1 Converts the characters "&", "<", ">", '"', and "'" in string to their corresponding HTML entities. hex to rgb condition v12.0.6 Converts a hex color code into rgb/a capitalize first letter value v10.4.28 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. generate uuid value v12.0.4 Generates a random universally unique identifier according to the RFC 4122 trim value v10.4.28 Removes characters from both ends of a string rgb to hex condition v12.0.6 Converts rgb color codes into hex remove special chars value v10.4.28 Returns the value with accents stripped. Only combining diacritical marks are removed - punctuation and symbols are kept convert to uppercase value v10.4.28 extract domain from email condition v14.0.4 Extracts the domain part from an email address (the part after @) 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. convert to lowercase value v10.4.28 format number value v10.4.28 generate shortid value v10.4.28 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 binary value value v14.0.4 Converts a boolean/condition to a value (1 for true, 0 for false). encode uri value v10.4.28 Encodes a URI by replacing specific characters with URI safe characters.
Back to value Return to the main group to view all sub-groups