
Obtains domain information (WHOIS records: “Registered Domain Name” and “Domain Age”) from domain names including subdomains. Returns an error if…

Replaces all strings that match the regular expression. For example, all Phone Numbers ‘\d{3}-\d{3}-\d{4}’ in a text string can be…

Extracts a string that match the RegExp for each line. If set an “Email String”, the email address in the…

Extracts all strings that match the regular expression. For example, if set “URL regular expression”, all URLs in the text…

Replaces all the search strings by the replacement string. All matches are case sensitive. For example, it is possible to…

Narrows down to just the matched lines from the multiline text. A regular expression (RegExp) can be specified as the…

Narrows TSV text to column matched rows only. A regular expression (RegExp) can be specified as the match condition, and…

Matches the string at the beginning of the line and extracts the following string.

Detects numbers with more than three digits in the text and adds thousand separators to each number. A comma, dot,…

Converts a CSV string to a TSV string. The TSV is output as the simplest tab-delimited string. If the field…

Changes the column order of TSV text. The new order is specified by enumerating the column IDs of the original…

Extracts the value of the specified parameter from the serialized query-string (e.g. “a=123&b=456”) and stores it as workflow data

Filters out TSV lines by any search text (Exclude Filter). Only lines that DO NOT contain the search text in…

Filters multiple-line string with any search text. Only lines that contain the search text are output. If you want an…

Filters TSV string with any search text. Only lines that contain the search text in the specified column are output.…

Searches the program guide of the specified area channel and date. You can filter by keywords, program genre or time…

Replaces all the search strings by the replacement string. All matches are case sensitive. For example, it is possible to…