Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
| revision 1.9, Sun Nov 30 23:48:25 2008 UTC | revision 1.10, Mon Dec 1 00:00:19 2008 UTC | |
|---|---|---|
| # | Line 40 function format_ru_phone_number($phonenu | Line 40 function format_ru_phone_number($phonenu |
| 40 | ||
| 41 | // define regular expression | // define regular expression |
| 42 | $regex = "/ | $regex = "/ |
| 43 | ^\D* # ignore non-digits | ^\D* # ignore non-digits |
| 44 | ([78])? # an optional 78 | ([78])? # an optional 78 |
| 45 | \D* # optional separator | \D* # optional separator |
| 46 | (\d{3,5}) # area code 3-5 digit | (\d{3,5}) # area code 3-5 digit |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |