Created
September 3, 2017 09:02
-
-
Save CoditCompany/d12b5c52b79dc1482d12f5dcb3451ddd to your computer and use it in GitHub Desktop.
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
| let countAZ n = regex <| sprintf "[A-Z]{%i}" n | |
| let count09 n = regex <| sprintf "[0-9]{%i}" n |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment