Skip to content

Instantly share code, notes, and snippets.

@ollyg
Last active April 9, 2018 07:28
Show Gist options
  • Save ollyg/df5f7c0e2deb3f1bcdd9fa36a14c5f85 to your computer and use it in GitHub Desktop.
Save ollyg/df5f7c0e2deb3f1bcdd9fa36a14c5f85 to your computer and use it in GitHub Desktop.
Interface shortening note
m/^\D{2}/;
m/[^a-z]+$/i;
s/^(\D{2}).+[a-z]([^a-z]+)$/$1$2/;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment