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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
What’s Changed
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 #33 issue