issues
search
psypanda
/
hashID
Software to identify the different types of hashes -
http://psypanda.github.io/hashID
1.35k
stars
183
forks
source link
Regex cleanup & typo fix
#35
Open
delirious-lettuce
opened
6 years ago
delirious-lettuce
commented
6 years ago
Fix typo:
Adress
->
Address
Replace
{1,}
with
+
Remove unnecessary single repetitions,
{1}
Remove redundant character escapes
Remove redundant parentheses
Adress
->Address
{1,}
with+
{1}