Skip to content

marble‐preprocessor‐simple

Miguel Fernandes edited this page Feb 5, 2017 · 5 revisions

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": {}
}