Skip to content

Instantly share code, notes, and snippets.

@ph5i
Created October 14, 2024 09:41
Show Gist options
  • Save ph5i/e4f9ef53425ef4bbeb821d6354dc8098 to your computer and use it in GitHub Desktop.
Save ph5i/e4f9ef53425ef4bbeb821d6354dc8098 to your computer and use it in GitHub Desktop.
redos
((\w+)+)+$
((a+)+)+$
(.*\w){100}$
(.*a){100}$
([a-zA-Z]+)*$
(\\w*)+$
(\w*)+$
(\w+)*$
(\w?){100}$
(\w|a?)+$
(a*)+$
(a+)*$
(a?){100}$
(a|a?)+$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment