Guest User

Untitled

a guest
Jun 24th, 2018
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. // Transform base filename from PascalCase to kebab-case
  2. ${TM_FILENAME_BASE/(^[A-Z][a-z]*$)|([A-Z][a-z]*)([A-Z][a-z]+$)?/${1:/downcase}${2:/downcase}${2:+-}${3:/downcase}/g}
Add Comment
Please, Sign In to add comment