Created
March 20, 2018 21:18
-
-
Save johnelliott/6c34b211a4f385a6c0fc5f8bfbb2d41b to your computer and use it in GitHub Desktop.
vertical-slug.js
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
| const VERTICAL_SLUG_FORMAT = /^([a-zA-Z0-9]+-)*[a-zA-Z0-9]+$/; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment