-
Notifications
You must be signed in to change notification settings - Fork 2
marble‐preprocessor‐simple
Miguel Fernandes edited this page Feb 5, 2017
·
5 revisions
Preprocessor.
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.
No options are available.
{
"name": "preprocessor-simple",
"options": {}
}