Skip to content

Instantly share code, notes, and snippets.

@kelciour
Created March 18, 2017 15:37
Show Gist options
  • Save kelciour/eaa87d94f038648426989fe28ebfa854 to your computer and use it in GitHub Desktop.
Save kelciour/eaa87d94f038648426989fe28ebfa854 to your computer and use it in GitHub Desktop.
{
"format": "3.0",
"replacements":
{
"clean_en-ru":
{
"find": "^[^\\t]*\\t[^\\t]*\\t[^\\t]*\\t[^\\t]*\\t([^\\t]*)\\t([^\\t\n]*).*$",
"replace": "\\1\n\\2\n"
},
"clean_en":
{
"find": "^[^\\t]*\\t[^\\t]*\\t[^\\t]*\\t[^\\t]*\\t([^\\t]*)\\t([^\\t\n]*).*$",
"replace": "\\1\n"
},
"add_delimiters":
{
"find": "^(.*)$",
"replace": "---------------------------------------------------------\n\\1"
},
"clean_tags":
{
"find": "<[^>]+>",
"replace": ""
},
"replace_br_hr":
{
"find": "<br ?/><hr( /)?>",
"replace": "\n---------------------------------------------------------\n"
},
"replace_escape_quotes":
{
"find": "&quot;",
"replace": "\""
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment