Tag archive
Commands grouped around the same concept, pattern, or recurring problem.
Format several known values into one compact `key=value` string for transport or handoff.
Convert a date value to a formatted string using a custom pattern such as MM/DD/YYYY.
Convert a numeric value into a formatted string with a fixed number of decimal places, optionally including thousands separators.
Combine multiple text values into one hyphen-separated key-like string.
Left-pad or right-pad a string to a fixed width by filling with a repeated character.
Convert a text string in a known format into a native DATE value using engine-specific parsing functions.