Enter Keywords:
1 - 10 of 62(0.01 seconds)
Sort By:
 
Hey all ... having troubles wrapping my head around this regex stuff ... I'm trying to write a function to parse a multi-line string (example below) pasted into an HTML textarea. How do I match ...
Zones: Web DevelopmentDate Answered: 11/17/2004 Rating: 6.6 Views: 0
Hi all    I need to inforce a formatting rule with Regex/Javascript. I need my users to follow this basic pattern:    Three Alpha Numerics space dash space 3 to 4 AlphaNumerics, then optionall...
Zones: JavaScriptDate Answered: 07/07/2005 Rating: 4.6 Views: 0
I am using javascript and ASP.NET. I have a javascript regex function that only allows currency to be entered into a textbox. txtGrossMonthlyRev1.Attributes.Add("onkeypress", "return CheckCur...
Zones: C#, JavaScript, Regula...Date Answered: 10/24/2007 Rating: 9.0 Views: 0
I have a list of items in a string like this: 100:200:300:1000:500 I have a javascript function that takes one argument which is the number you want to find. if 100 if passed in, i don't want...
Zones: JavaScript, JScriptDate Answered: 11/25/2008 Rating: 8.2 Views: 0
I've got a javascript function that validates an email form.  In it is some regex that validates rather or not an email address entered is a valid email address.  It has worked fine up till now, bu...
Zones: JavaScriptDate Answered: 12/22/2008 Rating: 9.5 Views: 0
I'm looking to parse an html string into json so I can access the elements, attribute and individual values. Points for urgency, Thanks
Zones: Regular Expressions, Java...Date Answered: 03/09/2009 Rating: 9.0 Views: 0
I have some HTML that I need to produce dynamically in javascript. The code is below. I need to replace the img src, and usemap with dynamic data. I also need to have X number of area shapes....
Zones: Regular Expressions, Fram...Date Answered: 03/19/2009 Rating: 9.2 Views: 0
I need someone to let me know why this isn't working/how to fix it. (I have a similar function that is used onkeypress that validates as each character is typed, but with the proliferation of "for...
Zones: JavaScript, ...Date Answered: 05/18/2009 Rating: 8.2 Views: 0
Hi there, I have a javascript function to test the format of a date for dd-mm-yyyy and it works fine on some dates but fails on dates like 08-06-2009, when the code returns the array of matches the...
Zones: Regular Expressions, Java...Date Answered: 06/19/2009 Rating: 8.4 Views: 0
If i have the following array: var myArray = new Array ( srchTerms ); and srchTerms = citibank,fidelity,FSB how can I extract matching lines from the sample below and write them to a variable....
Zones: JavaScriptDate Answered: 06/26/2009 Rating: 7.6 Views: 0