You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changed regex from plural to singular and added better linking (Changed regex from plural to singular and added better linking #32) @bee-san
pyWhat can now detect Ripple, Bitcoin Cash, Litecoin and Monero wallet addresses!
added regex for IPv6
if there is a port number alongside of the IP address, it will now grab that too
improved detection for coordinates, added formats like N 32° 53.733 W 096° 48.358" and made it less restrictive (20,80 is no longer a coordinate)
made YouTube id regex more restrictive: now it requires at least one number, at least one uppercase letter and at least one lowercase letter (078-05-1120 no longer matches, but 078-05-1aA0 does), should fix YouTube Video ID Regex too broad, fails on SSN #33 issue
added a much better URL regex from @SkeletalDemise
URL regex is now also case insensitive (before URL starting with HTTP would not match)
and with all of the changes requested in Regex for more crypto wallets, IPv6 and improved coordinates #26 :D
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
What’s Changed
pyWhat can now detect Ripple, Bitcoin Cash, Litecoin and Monero wallet addresses!
added regex for IPv6
if there is a port number alongside of the IP address, it will now grab that too
improved detection for coordinates, added formats like N 32° 53.733 W 096° 48.358" and made it less restrictive (20,80 is no longer a coordinate)
made YouTube id regex more restrictive: now it requires at least one number, at least one uppercase letter and at least one lowercase letter (078-05-1120 no longer matches, but 078-05-1aA0 does), should fix YouTube Video ID Regex too broad, fails on SSN #33 issue
added a much better URL regex from @SkeletalDemise
URL regex is now also case insensitive (before URL starting with HTTP would not match)
and with all of the changes requested in Regex for more crypto wallets, IPv6 and improved coordinates #26 :D
This discussion was created from the release Faster Regex, Stronger Regex, Better Regex - Daft Punk.
Beta Was this translation helpful? Give feedback.
All reactions