Go Back   Webmaster Forums UK SEO SEM Webmaster Community Forum - UKWW > Web Design and Website Development > Programming > Flash Flex and ActionScript Forum
Register FAQ Members List Downloads Calendar Today's Posts Webmaster Resources Webmaster Blogs
 
 

Flash Flex and ActionScript Forum Flash, Flex and ActionScript sub forum

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 07-02-2009, 08:21 AM
Member
 
Join Date: Jun 2009
Posts: 31
Default JavaScript RegExp Tester Source Code

Hi,
<SCRIPT LANGUAGE="JavaScript"><!--
function demoMatchClick() {
var re = new RegExp(document.demoMatch.regex.value);
if (document.demoMatch.subject.value.match(re)) {
alert("Successful match");
} else {
alert("No match");
}
}

function demoShowMatchClick() {
var re = new RegExp(document.demoMatch.regex.value);
var m = re.exec(document.demoMatch.subject.value);
if (m == null) {
alert("No match");
} else {
var s = "Match at position " + m.index + ":\n";
for (i = 0; i < m.length; i++) {
s = s + m[i] + "\n";
}
alert(s);
}
}

function demoReplaceClick() {
var re = new RegExp(document.demoMatch.regex.value, "g");
document.demoMatch.result.value =
document.demoMatch.subject.value.replace(re,
document.demoMatch.replace
}

-----
Thanks & regards
Lokananth
Digg this Post!Add Post to del.icio.usStumble this Post!Wong this Post!
Reply With Quote
Reply

Bookmarks



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Webmaster Resources
 
The Forum Rules
Forum Rules - MUST READ
 
Site Of the Month
BizzFace
Nominate site of the month
 
Tag Cloud
add site affiliate program ahmedabadonlineflorists article article directory article exchange caravans banklogins base buy casino game ccv cell phone chinese electronics chocolates clock oscillators customer opinions directory ecommerce flash memory forums free directory list gifts google google news graphic design guest blog hacking health directory job link link building techniques link exchange loans logo design mobile payments online jobs without inves online job without invest online shopping page part time jobs part time jobs from home paypal product ratings product reviews product tests sandbox script search engine list sell cvv seo shopping sms billing smtp speed ppc review spread spectrum submit link submit site submit url terminator text link user reviews video game accessaries video games web design webdevelopment solution web directory website broker script without inves online jobs without invest online job wu-deals

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

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


All times are GMT. The time now is 04:09 PM.

UK Webmaster World Forums - Internet marketing, web development, domain names, SEO contest and discussuons.
Subscribe to our feeds   Subscribe to our feeds

Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.1.0