Text formatter operations: Case, replace, dates, numbers, and more

A list of text operations: case, replace, dates, numbers

Everything below lives in the single format node. Toggle on what you need – you can combine many at once, and the node applies them together.

Case

Change capitalisation: Uppercase, Lowercase, Title Case, Sentence Case, camelCase, PascalCase, snake_case, and kebab-case / Slug.

Find & Replace

Find and Replace for plain text, or Regex Replace for pattern-based substitutions.

Truncation

Shorten long text: Truncate / Max Length, Truncate with Ellipsis (adds …), or Word Limit (cap the number of words).

Extraction

Substring / Extract – pull out part of a string using a zero-based index and a number of characters.

Padding

Pad Left or Pad Right to a desired total length, with a character of your choice. Pad Left with 0 gives 007; Pad Right with . or a space builds dot leaders or fixed-width columns.

Character Filtering

Remove Characters, Keep Only Characters, Extract Numbers Only, or Extract Letters Only.

Whitespace

Normalize Whitespace (collapse runs of spaces), Strip HTML Tags, or Convert Line Breaks.

Encoding

URL Encode – make a value safe to drop into a URL.

Date

Serial Date – interpret a date with a pattern like dd.MM.yyyy. Reformat Date – convert from an input format (e.g. dd.MM.yyyy) to an output format (e.g. dd.MMMM.yy).

Number Formatting

Format numbers as Decimal, Currency, Currency (ISO Code), Currency plural, Spellout (e.g. "forty-two"), or Ordinal (1st, 2nd, 3rd).

Misc

Reverse String, Repeat, and Default Value / Fallback (supply a value when the input is empty).

Combining operations

Toggle several at once and the format node applies them together – uppercase and trim, extract then pad, reformat a date and set a fallback. One node, as many transforms as the value needs.

Next

Let AI generate or translate text for you: The AI Node

Not found what you're looking for?

Node Editor · Last updated 1 month ago

Copyright ToolboxCode UG