Regular Expression Tools
A friend shared a RegEx tool that came in really handy. Its www.rubular.com. I dont’t get alot of opportunities to work with regex but when i do, having a new tool can make it almost fun.
I came up with this expression to match various URL’s that users enter that i could create new links from.
-
(((https?):\/\/)?(([0-9a-zA-Z][-\w]*\.)+[a-zA-Z]{2,9}(:\d{1,4})?([-\w\/#~.?=&%@~])*))
Looks like cartoon swearing.
No comments yet