Format
Klassenpfad: text.format
Text formatieren

Beschreibung
Formatiert einen Text mit den angegeben Formatstring und Argument.
Input
| Input | Name | Typ | Beschreibung |
|---|---|---|---|
| 0 | object 0 | Text | Texteingabe |
| 1 | pattern | RegEx | Format-Muster |
Output
| Output | Name | Typ | Beschreibung |
|---|---|---|---|
| 0 | text | Text | Formatierter Text |
Nutzung/Beispiel