<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Snipplr</title>
    <description>Recent snippets posted on Snipplr.com</description>
    <link>https://snipplr.com/</link>
    <lastBuildDate>Wed, 10 Jun 2026 06:27:32 +0000</lastBuildDate>
    <item>
      <title>(iPhone) Example of iOS Phone Sample SMS Code - Messaging API - Broadnet</title>
      <link>https://snipplr.com/view/325832/example-of-ios-phone-sample-sms-code--messaging-api</link>
      <description>&lt;p&gt;The following example of iOS Phone sample SMS code employs user-friendly object, with a basis on the HTTP API.&lt;/p&gt;</description>
      <pubDate>Wed, 02 Aug 2017 23:23:40 UTC</pubDate>
      <guid>https://snipplr.com/view/325832/example-of-ios-phone-sample-sms-code--messaging-api</guid>
    </item>
    <item>
      <title>(iPhone) Example of iOS Phone Sample SMS Code - Messaging API - Broadnet</title>
      <link>https://snipplr.com/view/325831/example-of-ios-phone-sample-sms-code--messaging-api</link>
      <description>&lt;p&gt;The following example of iOS Phone sample SMS code employs user-friendly object, with a basis on the HTTP API.&lt;/p&gt;</description>
      <pubDate>Wed, 02 Aug 2017 23:22:44 UTC</pubDate>
      <guid>https://snipplr.com/view/325831/example-of-ios-phone-sample-sms-code--messaging-api</guid>
    </item>
    <item>
      <title>(C#) How to implement conference calling for a SIP softphone in C#? - warnerBro19</title>
      <link>https://snipplr.com/view/95922/how-to-implement-conference-calling-for-a-sip-softphone-in-c</link>
      <description>&lt;p&gt;A conference call is a meeting, conducted over the phone using audio, between two or more people and usually for the purposes of discussing a particular topic. In my former snippets I dealt with text-to-speech and speech-to-text functionalities. So the implementation of conference calling can sound a little bit strange as compared with my previous tutorials. But I thought it provides a good opportunity for a new challange, so I thought I share my upshot expectedly that it will be useful for you. &#13;
&#13;
A softphone with built-in conference call feature can be greatly used in business communication as well as in companionship. The source code below is ready for use, so you only need to copy&amp;paste it to your Visual Studio, then modify the necessary fields. (Do not forget to add the necessary DLL file providing the VoIP background to your references: http://www.voip-sip-sdk.com)&#13;
&#13;
This program will be a console application that functions as a softphone making conference calling possible. This solution assumes that you have a PBX with some SIP extensions installed previously. After creating the necessary using lines and objects, you need to define your PBX and provide the appropriate SIP account details in order to be able to register your application to the phone system. When you have created all the required methods for SIP calling, you need to initialize the conference room and handle the related events. AddToConference is used to add new party to the conference room and RemoveFromConference is used when the call is ended.&#13;
&#13;
Have a good time!&lt;/p&gt;</description>
      <pubDate>Fri, 03 Apr 2015 19:57:46 UTC</pubDate>
      <guid>https://snipplr.com/view/95922/how-to-implement-conference-calling-for-a-sip-softphone-in-c</guid>
    </item>
    <item>
      <title>(C#) How to add text-to-speech and speech-to-text features to your SIP software by using Microsoft Speech Platform in C#? - warnerBro19</title>
      <link>https://snipplr.com/view/92332/how-to-add-texttospeech-and-speechtotext-features-to-your-sip-software-by-using-microsoft-speech-platform-in-c</link>
      <description>&lt;p&gt;In my previous snippet I have written about converting text to speech using C#. This code snippet can be used not just for allowing your computer to read txt aloud, but also for speech recognition.  To implement this functionality I used Microsoft Speech Platform 11 along with Ozeki VoIP SIP SDK. The first one provides two classes (MSSpeechPlatformSTT, MSSpeechPlatformTTS) for text-to-speech and speech-to-text, and the VoIP SDK ensures the necessary VoIP components. The source code below is ready for use, so you only need to copy&amp;paste it to your Visual Studio, then modify the necessary fields. (Do not forget to add the necessary DLL files to your references: http://www.voip-sip-sdk.com, http://www.microsoft.com/en-us/download/details.aspx?id=27226 ) &#13;
&#13;
After creating the necessary using lines and media handler objects, you can implement the text-to-speech  and the voice recognition features by using the SetupTextToSpeech() and the SetupSpeechToText() methods.&#13;
&#13;
Have a good time!&lt;/p&gt;</description>
      <pubDate>Sat, 07 Mar 2015 01:10:48 UTC</pubDate>
      <guid>https://snipplr.com/view/92332/how-to-add-texttospeech-and-speechtotext-features-to-your-sip-software-by-using-microsoft-speech-platform-in-c</guid>
    </item>
    <item>
      <title>(C#) How to implement text-to-speech during a SIP voice call in C#? - warnerBro19</title>
      <link>https://snipplr.com/view/91657/how-to-implement-texttospeech-during-a-sip-voice-call-in-c</link>
      <description>&lt;p&gt;I have heard about this solution on the Facebook, and I thought it is worth to share my source code to help other developers interested in converting text to speech using C#. Text-to-speech refers to the ability of computers to read txt aloud. This functionality can be greatly used during SIP communication in autodialer or IVR systems. The source code below is ready for use, so you only need to copy&amp;paste it to your Visual Studio, then modify the necessary fields. (Do not forget to add the necessary DLL file providing the VoIP background to your references: http://www.voip-sip-sdk.com) &#13;
&#13;
This solution assumes that you have a PBX with some SIP extensions installed previously. After creating the necessary using media handler objects, you need to define your PBX and provide the appropriate SIP account details in order to be able to register your application to the phone system. When you have created all the required methods for SIP calling, you can implement the text-to-speech  feature by using the SetupTextToSpeech() method.&#13;
&#13;
Have a good time!&lt;/p&gt;</description>
      <pubDate>Fri, 27 Feb 2015 01:14:21 UTC</pubDate>
      <guid>https://snipplr.com/view/91657/how-to-implement-texttospeech-during-a-sip-voice-call-in-c</guid>
    </item>
    <item>
      <title>(JavaScript) Creating a Mobile App with PhoneGap and Webix - kengajunior</title>
      <link>https://snipplr.com/view/87966/creating-a-mobile-app-with-phonegap-and-webix</link>
      <description>&lt;p&gt;This step-by-step tutorial describes how to build an HTML5-based mobile web app by means of Webix library (open source, GPL) and PhoneGap framework. As a result youâ€™ll get an awesome native app for Android devices with rich UI and high performance.&lt;/p&gt;</description>
      <pubDate>Tue, 20 Jan 2015 22:04:19 UTC</pubDate>
      <guid>https://snipplr.com/view/87966/creating-a-mobile-app-with-phonegap-and-webix</guid>
    </item>
    <item>
      <title>(C#) read txt file with windows phone - vhdm</title>
      <link>https://snipplr.com/view/75836/read-txt-file-with-windows-phone</link>
      <description>&lt;p&gt;Note: change build Action of file to resource&lt;/p&gt;</description>
      <pubDate>Tue, 05 Aug 2014 06:48:39 UTC</pubDate>
      <guid>https://snipplr.com/view/75836/read-txt-file-with-windows-phone</guid>
    </item>
    <item>
      <title>(C#) get windows phone unique id - vhdm</title>
      <link>https://snipplr.com/view/75825/get-windows-phone-unique-id</link>
      <description>&lt;p&gt;don't  forgot to add capability ID_CAP_IDENTIFY_DEVICE&lt;/p&gt;</description>
      <pubDate>Sun, 03 Aug 2014 20:13:59 UTC</pubDate>
      <guid>https://snipplr.com/view/75825/get-windows-phone-unique-id</guid>
    </item>
    <item>
      <title>(C#) Window Phone Save Settings - vhdm</title>
      <link>https://snipplr.com/view/75824/window-phone-save-settings</link>
      <description>&lt;p&gt;for save settings in windows phone&lt;/p&gt;</description>
      <pubDate>Sun, 03 Aug 2014 20:10:00 UTC</pubDate>
      <guid>https://snipplr.com/view/75824/window-phone-save-settings</guid>
    </item>
    <item>
      <title>(jQuery) US Phone number validation - Jquery - satinfo30</title>
      <link>https://snipplr.com/view/73552/us-phone-number-validation--jquery</link>
      <description>&lt;p&gt;Validating phone number using jquery&lt;/p&gt;</description>
      <pubDate>Tue, 04 Feb 2014 00:36:57 UTC</pubDate>
      <guid>https://snipplr.com/view/73552/us-phone-number-validation--jquery</guid>
    </item>
    <item>
      <title>(PHP) Hint: Implementing Pin Based Authentication ( With mOTP API ) - motp</title>
      <link>https://snipplr.com/view/73326/hint-implementing-pin-based-authentication--with-motp-api-</link>
      <description>&lt;p&gt;Introduction:&#13;
&#13;
Pin Based login is a mechanism to authenticate user, by sending one time valid pin to user's phone. This implementation makes use of a mOTP API for sending one time pin, via Missed call and thus eliminates any cost involved with the SMS One Time Password ( OTP ) implementation.&#13;
&#13;
The code is contributed by tny.im developer.&#13;
Live example is available on this URL: https://tny.im/otplogin.php&#13;
&#13;
&#13;
Details:&#13;
The source code is shared for developer's reference, to Implement user authentication via Missed Calls ( by using mOTP API )&#13;
&#13;
Step1: To send a one-time password to a phone:&#13;
&#13;
Step2: To retrieve the correct password for the session ID that is returned on the previous step (so you can compare with what the user entered):&#13;
&#13;
Another reference code can be downloaded at&#13;
http://code.google.com/p/missed-call-otp/wiki/SampleCode&lt;/p&gt;</description>
      <pubDate>Thu, 09 Jan 2014 13:19:07 UTC</pubDate>
      <guid>https://snipplr.com/view/73326/hint-implementing-pin-based-authentication--with-motp-api-</guid>
    </item>
    <item>
      <title>(JavaScript) Format a US Phone Numner - chetkloss</title>
      <link>https://snipplr.com/view/70375/format-a-us-phone-numner</link>
      <description>&lt;p&gt;Generic function - Pass the context to the function for use with any field&lt;/p&gt;</description>
      <pubDate>Wed, 13 Mar 2013 07:52:04 UTC</pubDate>
      <guid>https://snipplr.com/view/70375/format-a-us-phone-numner</guid>
    </item>
    <item>
      <title>(PHP) Check 10- and 11- digit phone numbers - chrisvogt</title>
      <link>https://snipplr.com/view/69311/check-10-and-11-digit-phone-numbers</link>
      <description>&lt;p&gt;Return a pure 10-digit phone number if the number given is 10 digits or 11 digits.&lt;/p&gt;</description>
      <pubDate>Sun, 30 Dec 2012 10:46:13 UTC</pubDate>
      <guid>https://snipplr.com/view/69311/check-10-and-11-digit-phone-numbers</guid>
    </item>
    <item>
      <title>(JavaScript) 10 Digit String to Phone Format - cpres</title>
      <link>https://snipplr.com/view/65672/10-digit-string-to-phone-format</link>
      <description>&lt;p&gt;Formats a 10-digit phone number into a good format (123) 555-1234&lt;/p&gt;</description>
      <pubDate>Sun, 17 Jun 2012 06:54:16 UTC</pubDate>
      <guid>https://snipplr.com/view/65672/10-digit-string-to-phone-format</guid>
    </item>
    <item>
      <title>(ActionScript 3) Device Shake â€“ Accelerometer - vamapaull</title>
      <link>https://snipplr.com/view/61217/device-shake--accelerometer</link>
      <description>&lt;p&gt;An easy way to detect shakes on mobile devices with equipped accelerometer.&lt;/p&gt;</description>
      <pubDate>Sat, 26 Nov 2011 09:26:39 UTC</pubDate>
      <guid>https://snipplr.com/view/61217/device-shake--accelerometer</guid>
    </item>
    <item>
      <title>(JavaScript) Accessing the Device Photo Gallery with PhoneGap - parkerkrhoyt</title>
      <link>https://snipplr.com/view/60910/accessing-the-device-photo-gallery-with-phonegap</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 17 Nov 2011 08:13:40 UTC</pubDate>
      <guid>https://snipplr.com/view/60910/accessing-the-device-photo-gallery-with-phonegap</guid>
    </item>
    <item>
      <title>(JavaScript) Using the Device Camera with PhoneGap - parkerkrhoyt</title>
      <link>https://snipplr.com/view/60909/using-the-device-camera-with-phonegap</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 17 Nov 2011 08:11:24 UTC</pubDate>
      <guid>https://snipplr.com/view/60909/using-the-device-camera-with-phonegap</guid>
    </item>
    <item>
      <title>(JavaScript) Using the Device Compass with PhoneGap - parkerkrhoyt</title>
      <link>https://snipplr.com/view/60706/using-the-device-compass-with-phonegap</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 11 Nov 2011 03:48:19 UTC</pubDate>
      <guid>https://snipplr.com/view/60706/using-the-device-compass-with-phonegap</guid>
    </item>
    <item>
      <title>(HTML) Android Meta Viewport Tag for PhoneGap Projects - parkerkrhoyt</title>
      <link>https://snipplr.com/view/60705/android-meta-viewport-tag-for-phonegap-projects</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 11 Nov 2011 03:45:47 UTC</pubDate>
      <guid>https://snipplr.com/view/60705/android-meta-viewport-tag-for-phonegap-projects</guid>
    </item>
    <item>
      <title>(JavaScript) Use Native Confirmation Dialog with PhoneGap - parkerkrhoyt</title>
      <link>https://snipplr.com/view/60538/use-native-confirmation-dialog-with-phonegap</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 04 Nov 2011 07:34:39 UTC</pubDate>
      <guid>https://snipplr.com/view/60538/use-native-confirmation-dialog-with-phonegap</guid>
    </item>
    <item>
      <title>(JavaScript) Play an Audio File with PhoneGap - parkerkrhoyt</title>
      <link>https://snipplr.com/view/60536/play-an-audio-file-with-phonegap</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 04 Nov 2011 07:30:20 UTC</pubDate>
      <guid>https://snipplr.com/view/60536/play-an-audio-file-with-phonegap</guid>
    </item>
    <item>
      <title>(JavaScript) Record Audio with PhoneGap - parkerkrhoyt</title>
      <link>https://snipplr.com/view/60535/record-audio-with-phonegap</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 04 Nov 2011 07:27:48 UTC</pubDate>
      <guid>https://snipplr.com/view/60535/record-audio-with-phonegap</guid>
    </item>
    <item>
      <title>(JavaScript) Use PhoneGap to Create a File - parkerkrhoyt</title>
      <link>https://snipplr.com/view/60534/use-phonegap-to-create-a-file</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 04 Nov 2011 07:24:22 UTC</pubDate>
      <guid>https://snipplr.com/view/60534/use-phonegap-to-create-a-file</guid>
    </item>
    <item>
      <title>(JavaScript) Using the Accelerometer with PhoneGap - parkerkrhoyt</title>
      <link>https://snipplr.com/view/60527/using-the-accelerometer-with-phonegap</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 04 Nov 2011 02:42:20 UTC</pubDate>
      <guid>https://snipplr.com/view/60527/using-the-accelerometer-with-phonegap</guid>
    </item>
    <item>
      <title>(JavaScript) Remove Skype Phone Number Detection - stephcode</title>
      <link>https://snipplr.com/view/52341/remove-skype-phone-number-detection</link>
      <description>&lt;p&gt;Put in head tag&lt;/p&gt;</description>
      <pubDate>Wed, 20 Apr 2011 01:21:41 UTC</pubDate>
      <guid>https://snipplr.com/view/52341/remove-skype-phone-number-detection</guid>
    </item>
    <item>
      <title>(CSS) Remove Skype phone number detection - stephcode</title>
      <link>https://snipplr.com/view/52337/remove-skype-phone-number-detection</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 20 Apr 2011 00:57:06 UTC</pubDate>
      <guid>https://snipplr.com/view/52337/remove-skype-phone-number-detection</guid>
    </item>
    <item>
      <title>(PHP) Phone Number Beautifier - bionickid</title>
      <link>https://snipplr.com/view/48054/phone-number-beautifier</link>
      <description>&lt;p&gt;Built for german numbers.&lt;/p&gt;</description>
      <pubDate>Fri, 28 Jan 2011 19:28:42 UTC</pubDate>
      <guid>https://snipplr.com/view/48054/phone-number-beautifier</guid>
    </item>
    <item>
      <title>(ActionScript 3) Validate a Phone Number with RegExp - Activetuts</title>
      <link>https://snipplr.com/view/46465/validate-a-phone-number-with-regexp</link>
      <description>&lt;p&gt;From the tutorial, Validating Various Input Data in Flash (http://active.tutsplus.com/tutorials/actionscript/validating-various-input-data-in-flash/)&lt;/p&gt;</description>
      <pubDate>Tue, 04 Jan 2011 11:56:46 UTC</pubDate>
      <guid>https://snipplr.com/view/46465/validate-a-phone-number-with-regexp</guid>
    </item>
    <item>
      <title>(Python) TelRank: Telephone Keypad Speed Ranker - vishalag</title>
      <link>https://snipplr.com/view/45624/telrank-telephone-keypad-speed-ranker</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Sat, 11 Dec 2010 16:15:11 UTC</pubDate>
      <guid>https://snipplr.com/view/45624/telrank-telephone-keypad-speed-ranker</guid>
    </item>
    <item>
      <title>(jQuery) Split single Phone Field into 3 fields - touffies</title>
      <link>https://snipplr.com/view/43952/split-single-phone-field-into-3-fields</link>
      <description>&lt;p&gt;Split a single phone number input field into 3 small input fields and create an hidden field for validation and keep server side variable name.&lt;/p&gt;</description>
      <pubDate>Thu, 11 Nov 2010 23:54:59 UTC</pubDate>
      <guid>https://snipplr.com/view/43952/split-single-phone-field-into-3-fields</guid>
    </item>
    <item>
      <title>(C#) Validate phone liberally - housecor</title>
      <link>https://snipplr.com/view/40152/validate-phone-liberally</link>
      <description>&lt;p&gt;A very liberal validation of phone number. Assures there are at least 10 digits in there somewhere.&lt;/p&gt;</description>
      <pubDate>Wed, 08 Sep 2010 23:39:14 UTC</pubDate>
      <guid>https://snipplr.com/view/40152/validate-phone-liberally</guid>
    </item>
    <item>
      <title>(Perl) Send voice phone (mp3 or wave file) using www.smsmatrix.com Gateway - smsmatrix</title>
      <link>https://snipplr.com/view/39447/send-voice-phone-mp3-or-wave-file-using-wwwsmsmatrixcom-gateway</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Tue, 24 Aug 2010 05:12:18 UTC</pubDate>
      <guid>https://snipplr.com/view/39447/send-voice-phone-mp3-or-wave-file-using-wwwsmsmatrixcom-gateway</guid>
    </item>
    <item>
      <title>(Perl) send voice phone via voice gateway at www.smsmatrix.com - smsmatrix</title>
      <link>https://snipplr.com/view/37077/send-voice-phone-via-voice-gateway-at-wwwsmsmatrixcom</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Sat, 10 Jul 2010 13:52:28 UTC</pubDate>
      <guid>https://snipplr.com/view/37077/send-voice-phone-via-voice-gateway-at-wwwsmsmatrixcom</guid>
    </item>
    <item>
      <title>(Java) Start a phone call from Android application - funkypanda</title>
      <link>https://snipplr.com/view/35508/start-a-phone-call-from-android-application</link>
      <description>&lt;p&gt;a 2-lines code to start a phone call from your Android application&lt;/p&gt;</description>
      <pubDate>Fri, 04 Jun 2010 07:17:09 UTC</pubDate>
      <guid>https://snipplr.com/view/35508/start-a-phone-call-from-android-application</guid>
    </item>
    <item>
      <title>(Regular Expression) Valid Phone Number - gms8994</title>
      <link>https://snipplr.com/view/24284/valid-phone-number</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 04 Dec 2009 14:25:08 UTC</pubDate>
      <guid>https://snipplr.com/view/24284/valid-phone-number</guid>
    </item>
    <item>
      <title>(Regular Expression) Valid phone number - devision</title>
      <link>https://snipplr.com/view/21917/valid-phone-number</link>
      <description>&lt;p&gt;Accepts:&#13;
* 123456789&#13;
* 123123456789&#13;
* 123 123456789&lt;/p&gt;</description>
      <pubDate>Mon, 26 Oct 2009 15:42:00 UTC</pubDate>
      <guid>https://snipplr.com/view/21917/valid-phone-number</guid>
    </item>
    <item>
      <title>(JavaScript) Client-side mobile device detection - robksawyer</title>
      <link>https://snipplr.com/view/17933/clientside-mobile-device-detection</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 05 Aug 2009 20:31:54 UTC</pubDate>
      <guid>https://snipplr.com/view/17933/clientside-mobile-device-detection</guid>
    </item>
    <item>
      <title>(PHP) Server-side mobile device detection - robksawyer</title>
      <link>https://snipplr.com/view/17932/serverside-mobile-device-detection</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 05 Aug 2009 20:27:34 UTC</pubDate>
      <guid>https://snipplr.com/view/17932/serverside-mobile-device-detection</guid>
    </item>
    <item>
      <title>(PHP) Validate North America Phone Number - Shifter</title>
      <link>https://snipplr.com/view/16912/validate-north-america-phone-number</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Sun, 12 Jul 2009 12:28:38 UTC</pubDate>
      <guid>https://snipplr.com/view/16912/validate-north-america-phone-number</guid>
    </item>
    <item>
      <title>(VB.NET) Format a Phone Number - blackf0rk</title>
      <link>https://snipplr.com/view/13052/format-a-phone-number</link>
      <description>&lt;p&gt;It's important that the newPn var that you pass into the Convert.ToInt64 function is in the xxxxxxxxxx format and that no characters are present.&lt;/p&gt;</description>
      <pubDate>Thu, 12 Mar 2009 17:12:58 UTC</pubDate>
      <guid>https://snipplr.com/view/13052/format-a-phone-number</guid>
    </item>
    <item>
      <title>(PHP) Phone number beutifier - naz</title>
      <link>https://snipplr.com/view/12756/phone-number-beutifier</link>
      <description>&lt;p&gt;This function clean up phone number and present it in styled way.&lt;/p&gt;</description>
      <pubDate>Tue, 03 Mar 2009 05:24:17 UTC</pubDate>
      <guid>https://snipplr.com/view/12756/phone-number-beutifier</guid>
    </item>
    <item>
      <title>(Regular Expression) Regex for "tel" URIs - wizard04</title>
      <link>https://snipplr.com/view/11540/regex-for-tel-uris</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Mon, 26 Jan 2009 16:03:11 UTC</pubDate>
      <guid>https://snipplr.com/view/11540/regex-for-tel-uris</guid>
    </item>
    <item>
      <title>(Regular Expression) Regular Expressions for U.S. Phone Numbers - wizard04</title>
      <link>https://snipplr.com/view/7622/regular-expressions-for-us-phone-numbers</link>
      <description>&lt;p&gt;(Created for JavaScript)&#13;
&#13;
These are rather forgiving. Spaces, dashes, or periods are allowed as separators. Extensions can be recognized by several strings (#, x, x., ext, ext., extension).&#13;
&#13;
Area code: $1$2  &#13;
Exchange code: $3  &#13;
Station code: $4  &#13;
Extension / Extra characters: $5&#13;
&#13;
Separators are not accepted within the $3$4$5 portion of a vanity number.&#13;
&#13;
Example: (540) 555-0123 ext.678 --&gt; `($1$2) $3-$4 ext.$5`  &#13;
Example: 1-800-GOODFOOD --&gt; `1-$1$2-$3$4$5`&lt;/p&gt;</description>
      <pubDate>Thu, 31 Jul 2008 14:10:51 UTC</pubDate>
      <guid>https://snipplr.com/view/7622/regular-expressions-for-us-phone-numbers</guid>
    </item>
    <item>
      <title>(PHP) PHP (RegEx) Telephone Number Validation - aristoworks</title>
      <link>https://snipplr.com/view/7044/php-regex-telephone-number-validation</link>
      <description>&lt;p&gt;A simple method of validating a telephone number using regular expressions and PHP&lt;/p&gt;</description>
      <pubDate>Tue, 01 Jul 2008 09:33:24 UTC</pubDate>
      <guid>https://snipplr.com/view/7044/php-regex-telephone-number-validation</guid>
    </item>
    <item>
      <title>(Regular Expression) US Phone Number with extension, flexible - martinkas</title>
      <link>https://snipplr.com/view/5407/us-phone-number-with-extension-flexible</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 13 Mar 2008 15:07:31 UTC</pubDate>
      <guid>https://snipplr.com/view/5407/us-phone-number-with-extension-flexible</guid>
    </item>
    <item>
      <title>(Java) J2ME - HelloWorld - whitetiger</title>
      <link>https://snipplr.com/view/1614/j2me--helloworld</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 09 Nov 2006 23:55:21 UTC</pubDate>
      <guid>https://snipplr.com/view/1614/j2me--helloworld</guid>
    </item>
    <item>
      <title>(Java) J2ME - System Properties - whitetiger</title>
      <link>https://snipplr.com/view/1609/j2me--system-properties</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 09 Nov 2006 23:55:18 UTC</pubDate>
      <guid>https://snipplr.com/view/1609/j2me--system-properties</guid>
    </item>
    <item>
      <title>(Java) Java - CUT&amp;PASTE - whitetiger</title>
      <link>https://snipplr.com/view/1593/java--cutpaste</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 09 Nov 2006 23:54:54 UTC</pubDate>
      <guid>https://snipplr.com/view/1593/java--cutpaste</guid>
    </item>
  </channel>
</rss>
