HTML5 Canvas
Written by: Simon Sarris
Featured Refcardz: Top Refcardz:
  1. Apache Hadoop
  2. Web Driver
  3. MVVM
  4. REST
  5. ADO.NET
  1. HTML5
  2. Ajax
  3. jQuery Selectors
  4. CSS Part 1
  5. Git

Link Details

Vote early, vote often! When you help pick the links, you'll like DZone better. Login and vote now.
Link 47109 thumbnail
User 221988 avatar

By krishnas
via javabeat.net
Published: Oct 10 2007 / 10:28

Regular Expressions are basically patterns of characters which are used to perform certain useful operations on the given input. The operations include finding particular text, replacing the text with some other text, or validating the given text. For example, we can use Regular Expression to check whether the user input is valid for a field like Email Id or a telephone number.
  • 17
  • 0
  • 2783
  • 1

Comments

Add your comment
User 201716 avatar

unchqua replied ago:

0 votes Vote down Vote up Reply

Are you ready for 426 characters long regular expression describing official RFC-822 email address format? http://www.regular-expressions.info/email.html .

User 250139 avatar

matt_yucha@yahoo.com replied ago:

0 votes Vote down Vote up Reply

Optimization - Compile the patterns that will never change in a static block

Add your comment


Html tags not supported. Reply is editable for 5 minutes. Use [code lang="java|ruby|sql|css|xml"][/code] to post code snippets.