---
title: "Regular Expression"  
description: "Regular Expression"  
author: "Anoop Singh"  
published: 2010-10-28  
updated: 2011-05-20  
canonical: https://www.mindstick.com/forum/65/regular-expression  
category: "asp.net"  
tags: ["asp.net"]  
reading_time: 1 minute  

---

# Regular Expression

Hi,\
I am working on a [web application](https://www.mindstick.com/articles/13069/progressive-web-application-pwas-all-you-need-to-know-about) there I need a [regular expression](https://www.mindstick.com/articles/11909/java-regex-or-regular-expression-in-java) for 10 digit number like 00000-00000.\
Please help with code.\
\
Thx ![Regular Expression](https://www.mindstick.com/app_images/htmleditor.icons/eusa_eh.gif)\

## Replies

### Reply by Anonymous User

Hi...

You can use following [regular](https://www.mindstick.com/forum/220/problem-in-regular-expression-in-javascript) [expression](https://www.mindstick.com/articles/1861/sqlite-expressions) for 10 digit mobile number.

"[^\0][0-9]$"


---

Original Source: https://www.mindstick.com/forum/65/regular-expression

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
