Advertisement

1 - 10 of 13 containing alltags:("JavaScript Regex") (0.001 seconds)
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 Grade: A 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 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...
Zones: C#, JavaScript, Regular ExpressionsDate Answered: 10/24/2007 Grade: A Views: 0
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...
Zones: MS Visual BasicDate Answered: 09/02/2005 Grade: A Views: 0
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...
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?
Zones: JavaScript, Perl, Regular ExpressionsDate Answered: 05/23/2007 Grade: A Views: 0
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 ...
Zones: Regular Expressions, JavaScriptDate Answered: 04/01/2008 Grade: A Views: 8
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...
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...
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...
Zones: PHPDate Answered: 08/22/2006 Grade: A Views: 0