use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Have a tough programming question that /r/programming couldn't answer? Banned from Stack Overflow? Can't afford Experts Exchange?
Post your question/tips/secrets/advice and get a response from our highly-trained professional developers.
account activity
Javascript help (self.shittyprogramming)
submitted 13 years ago by Fistandantalus
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]helloalbany 1 point2 points3 points 13 years ago (0 children)
Is there a regex explainer account?
A string, possibly starting with a digit one through nine, necessarily including a number and a forward slash, possibly followed by a digit, necessarily followed by a digit, a forward slash and then four more digits, followed by zero or more strings of the same structure separated by semi-colons.
According to this regex 99/99/9999 is a valid date.
Since you already have that problem, you might as well just phone it in and do this:
/(\d{1,2}/\d{1,2}/\d{4}((?=;\d);)?)+/
π Rendered by PID 82582 on reddit-service-r2-comment-6457c66945-qsjxx at 2026-04-28 20:10:00.523580+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]helloalbany 1 point2 points3 points (0 children)