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 Grade: A Views: 4
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
hey all, i am making an application that grabs the code of a certain html page and puts it into a textbox. this html has a javascript in it that i want to remove with regex, the script is multi-lin...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_21542249.htm...
Could someone post an example of using js to 'split' based on a numeric regex? I have a long string that needs to be split into 20 character chunks. Ideally this example would split a string into a...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_21751039.html
Zones:
JavaScriptDate Answered: 02/24/2006 Grade: A Views: 0
I need to look for the Euro symbol ( ) in a regular expression in javascript. Any ideas?
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_22580410.html
I have a regex to try and confirm that within the user input I have any letter followed by a comma then a space then any letter,
ex: m, a
However it is not working.....Here's the script.
What ...
http://www.experts-exchange.com/Programming/Languages/Regular_Expressions/Q_23286553.html
I am Looking for Help with a NOT Expression in Regex. I currently have the following:
/^![\bNONE\b]#$/
But it doesnt Seem to work. How do you format an expression for NOT NONE. I need to have...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_21606232.html
Zones:
JavaScriptDate Answered: 10/25/2005 Grade: A Views: 0
This is driving me insane. I have Users that commonly paste from word to a web page (Textarea box) and submit that web page to an Oracle 8.1.7 DB. I use a javascript Regex Routine that Replaces si...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_21709971.html
Zones:
JavaScriptDate Answered: 01/25/2006 Grade: A Views: 0
Can someone help me here? I need to parse some html and get out certain bits of info (lat, long, address.)
Starting content (this will be in a variable):
<tr class="content">
<td height="2...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_21956263.htm...
Zones:
PHPDate Answered: 08/22/2006 Grade: A Views: 0