Skip to content

Instantly share code, notes, and snippets.

@CoditCompany
Created September 3, 2017 09:02
Show Gist options
  • Select an option

  • Save CoditCompany/d12b5c52b79dc1482d12f5dcb3451ddd to your computer and use it in GitHub Desktop.

Select an option

Save CoditCompany/d12b5c52b79dc1482d12f5dcb3451ddd to your computer and use it in GitHub Desktop.
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