Skip to content

Transforms an alphabetic range to a regular expression.

License

Notifications You must be signed in to change notification settings

russtaylor/alphabetic-regex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Alphabetic Regex

Transforms an alphabetic range to a regex expression.

Assumptions (Until we get config)

  • Uppercase letters come before their lowercase counterparts. ie A -> a
  • A lowercase letter comes before the next uppercase letter. ie a -> B
  • Digits come before letters. ie 9 -> a
  • Other special characters follow their ASCII numbering. ie z -> _, - -> 0

About

Transforms an alphabetic range to a regular expression.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages