p2p.wrox.com Forums

Need to download code?

View our list of code downloads.


Go Back   p2p.wrox.com Forums > Web Programming > JavaScript > Javascript How-To
I forgot my password Register Now
Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read
Javascript How-To Ask your "How do I do this with Javascript?" questions here.

Welcome to the p2p.wrox.com Forums.

You are currently viewing the Javascript How-To section of the Wrox p2p Programmer to Programmer discussion community. This is a community of more than 40,000 computer programmers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining our free Wrox p2p community you can post your own programming questions and respond to other programmers’ questions. Registered users also don't have to see the ads that are displayed to guests. Registration is fast, simple and absolutely free so please, join today!
Join today and post to win prizes! Post more to increase your chances of being Wrox’s top poster of the month.

Reply
 
Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old August 16th, 2007, 02:06 PM
Registered User
 
Join Date: Dec 2006
Location: , , .
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Default Working JavaScript Regex

I thought it would be useful.

Regards,
Vin


/* Html2Text */
    var bodyText = elementMsg.replace( /(<head>(\n|.)*<\/head>)/i, "");
    msgText = bodyText.replace( /(<style>(\n|.)*<\/style>)|(<script>(\n|.)*<\/script>)|(<([^>]+)>)|(<![\s\S]*?--.[ \.\t\n\r]*>)|(\&nbsp;)|([\r\n]+)/g, " ");


/* Email Validation */
    arg.match( /^\w+((-\w+)|(\.\w+))*\@[A-Za-z0-9]+((\.|-)[A-Za-z0-9]+)*\.[A-Za-z0-9]+$/))
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Javascript not working on Blackberry gialo1 BOOK: Professional BlackBerry 1 August 27th, 2008 03:17 PM
Javascript Not working sohrabus ASP.NET 2.0 Professional 4 May 5th, 2007 01:42 PM
javascript 'new RegEx()' pint_of_best BOOK: Beginning Regular Expressions 1 November 30th, 2006 03:44 AM
javascript regex scottr BOOK: Beginning Regular Expressions 1 May 31st, 2006 06:03 AM
Working with Forms and Date in Javascript danieljava Pro JSP 1 January 16th, 2006 05:56 AM



All times are GMT -4. The time now is 04:45 PM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
© 2008 Wiley Publishing, Inc