Advertisement

1 - 10 of 10 containing alltags:("reqular") (0 seconds)
Hi, I need following password complexity reqular expression. 1. Minimum 8 character,  Maximun 12 chars 2. Atleast 1 numeric values 3. Atleast 1 special characters Advannced thanks...
Zones: C#Date Answered: 04/01/2006 Grade: A Views: 0
Hi, I have following string: cn=test,ou=organization1,ou=organization2,....,dc=server,dc=com I want to replace cn=test by cn=anotherstring , so resulting string should look like: cn=anotherst...
Zones: PerlDate Answered: 06/03/2005 Grade: A Views: 0
Hello, I am having trouble with wild characters in my regular expressions.     Background: I am reading various text files and I am comparing texts between the two files.  During runtime I am...
Zones: PerlDate Answered: 11/07/2005 Grade: A Views: 4
I am trying to use the following regular expression to trim input values in Javascript: function removeWhiteSpace(sVal){       var searchFront = /^\s*/;       var searchEnd = /\s*$/;       sVal = sVal.repla...
Zones: JavaScriptDate Answered: 08/02/2000 Grade: A Views: 0
Hell experts, I have the following code that replaces the word "Hello" typed in any case with "<font color=#CE0000>hello</font>"   Notice the word "hello" is now lower case. mytext = 'Hello J...
Zones: JavaScript, Adobe Type Manager, Font ...Date Answered: 12/17/2004 Grade: A Views: 0
I need a reqular expression pattern for accepting only positive decimal numbers only. Thanks in advance
Zones: C#Date Answered: 11/21/2006 Grade: A Views: 0
Hello Experts, I need a Regular Expression Validator which will manage the following: 1) Field is required (no null values) 2) Positive Integers only (above 0) Thanks! GRCHELPDESK
Zones: ASP.Net ProgrammingDate Answered: 01/31/2007 Grade: A Views: 0
I need a simple Regular expression pattern to check a Date in this format: yyyy/mm/dd. The thing is that I don't want to check the date validation!!! only format validation is enough. for example 1...
Zones: Regular Expressions, PHPDate Answered: 05/20/2008 Grade: A Views: 103
Hello Experts, Could someone please give me the regular expression to match text contained within two quotes? I use the following javascript to convert the word "WHERE" to "<font color=blue>W...
Zones: JavaScript, Font CreatorDate Answered: 12/10/2004 Grade: A Views: 0
I need to validate an optional phone field with a regular expression (using a regular expression validator).   The phone part works fine:  ((\(\d{3}\) ?)|(\d{3}-))?\d{3}-\d{4} How do I say "o...
Zones: JavaScriptDate Answered: 09/20/2005 Grade: A Views: 0
  • 1