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 ...
http://www.experts-exchange.com/Web_Development/Miscellaneous/Q_21207847.html
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...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_21480823.html
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...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_22908716.html
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...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_23932337.html
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...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_23999848.html
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
http://www.experts-exchange.com/Programming/Languages/Regular_Expressions/Q_24204250.html
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....
http://www.experts-exchange.com/Programming/Languages/Regular_Expressions/Q_24245232.html
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...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_24417190.html
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...
http://www.experts-exchange.com/Programming/Languages/Regular_Expressions/Q_24503866.html
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....
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_24521768.html
Zones:
JavaScriptDate Answered: 06/26/2009 Rating: 7.6 Views: 0