Skip to content

Instantly share code, notes, and snippets.

@tmthydvnprt
Last active February 14, 2016 19:35
Show Gist options
  • Select an option

  • Save tmthydvnprt/89553bdce2ac0b1617cc to your computer and use it in GitHub Desktop.

Select an option

Save tmthydvnprt/89553bdce2ac0b1617cc to your computer and use it in GitHub Desktop.
Remeberegex - Regex to remember.

Remeberegex

Regex to remember.

Capitalize js comments and ensure one space

find:

^( *)// *([a-z])

replace:

$1// \u$2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment