marble‐preprocessor‐simple - miguelfc/marble GitHub Wiki
Type
Preprocessor.
Function
This preprocessor performs the following to the message:
- All URLs are converted to the
_URL_
string. \n
are replaced by\r
are removed.- The following regex replacements are performed:
Regex | Replaced by |
---|---|
([\\(\\)\"-]) |
|
\\.+ |
. |
[ \t]+ |
|
- Message is converted to lowercase.
Usage
Options
No options are available.
Example Recipe
{
"name": "preprocessor-simple",
"options": {}
}