Skip to content

Instantly share code, notes, and snippets.

@avshatalov48
Created November 6, 2017 06:18
Show Gist options
  • Save avshatalov48/f1303925fb7b43fd94b624bd02fc9697 to your computer and use it in GitHub Desktop.
Save avshatalov48/f1303925fb7b43fd94b624bd02fc9697 to your computer and use it in GitHub Desktop.
[
{
"args": null,
"command": "select_all"
},
{
"args": null,
"command": "lower_case"
},
{
"caption": "",
"command": "reg_replace",
"args": {"replacements": ["remove_trailing_spaces", "remove_double_spaces", "replace_quotes_left", "replace_quotes_right"]}
},
{
"caption": "",
"command": "reg_replace",
"args": {"replacements": ["replace_spaces_to_dash"]}
},
{
"caption": "",
"command": "reg_replace",
"args": {"replacements": ["replace_quote_to_blank"]}
},
{
"caption": "",
"command": "reg_replace",
"args": {"replacements": ["replace_dot_to_blank"]}
},
{
"caption": "",
"command": "reg_replace",
"args": {"replacements": ["replace_comma_to_blank"]}
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment