Last active
April 9, 2018 07:28
-
-
Save ollyg/df5f7c0e2deb3f1bcdd9fa36a14c5f85 to your computer and use it in GitHub Desktop.
Interface shortening note
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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