I use Strava to track my bicycle rides. Below you can see my recent activity.
Working on a customized version of the registration pages for dotnetnuke I needed a good regular expression to validate international phone numbers.
I ended up adding this line to my “register.aspx” page.
<asp:regularexpressionvalidator id="valTelephone2" runat="server" cssclass="NormalRed" display="Dynamic" errormessage="<br>Office Phone Must be Valid." controltovalidate="txtTelephone" resourcekey="valTelephone2" validationexpression="^(\(?\+?[0-9]*\)?)?[0-9_\- \(\)]*$"></asp:regularexpressionvalidator>
This requires no actual code behind changes, though I would recommend adding the proper information to your local resource file for language handling.
This website runs on the best open source content management system, DotNetNuke, it always runs the latest release.