Skip to content

Instantly share code, notes, and snippets.

View jheath's full-sized avatar

Justin Heath jheath

View GitHub Profile
@jheath
jheath / gist:3642286
Created September 5, 2012 18:39
RegEx replace with lowercased value

if you have a string like "6FA34323-C71F-4FD4-996F-002CE77E6B77"

search w/ regexp using ("[A-Z0-9-]+") replace with \L$1

\U will uppercase


Vim version: