marble‐preprocessor‐simple - miguelfc/marble GitHub Wiki

Type

Preprocessor.

Function

This preprocessor performs the following to the message:

  1. All URLs are converted to the _URL_ string.
  2. \n are replaced by .
  3. \r are removed.
  4. The following regex replacements are performed:
Regex Replaced by
([\\(\\)\"-])
\\.+ .
[ \t]+
  1. Message is converted to lowercase.

Usage

Options

No options are available.

Example Recipe

{
    "name": "preprocessor-simple",
    "options": {}
}