Process and transform text
Process and transform text with various operations like formatting, cleaning, extracting, splitting, and analyzing. Supports regex operations, case transformations, and text analysis.
Placeholder: Hello World! Contact: john@example.com or visit https://example.com
Layout: full
Layout: half
Options: Clean Text, Extract Emails, Extract URLs, Extract Phone Numbers
Layout: half
Options: No Change, Uppercase, Lowercase, Title Case
Placeholder: old text or \d+ for numbers
Layout: half
Condition: operation = ["replace","regex_match","regex_replace"]
Placeholder: new text or ***
Layout: half
Condition: operation = ["replace","regex_replace"]
Placeholder: , or \n or ;
Layout: half
Condition: operation = ["split"]
Placeholder: Maximum number of splits (optional)
Layout: half
Condition: operation = ["split"]
Layout: half
Layout: half
Optional
Optional
Optional
Optional
Optional
Optional
Optional
Optional
Optional
Primary response type:
{
"content": "string",
"originalText": "string",
"processedText": "string",
"operation": "string",
"wordCount": "number",
"characterCount": "number",
"metadata": "json"
}