Got more questions? Find advice on: ASP | SQL | XML | Windows
in Search
Welcome to RegexAdvice Sign in | Join | Help

Browse by Tags

All Tags » regex
Showing page 1 of 14 (136 total posts)
  • Regular expression for numbers with . and -

    i want a regular expression for the followint possible inputs.  19.19-19.19 19.9-19.9 1.9-1.9 .9-.9 .9-.19 .19-.9 .56-6.5 6.5-.56 65.-56. 6.-56. 65.-6. Regards, Pawan.
    Posted to Construction Advice (Forum) by Pawan on July 17, 2010
  • FTP regex validation

    Hello, I would like to find a regular expression to validate (in perl) a ftp url. For example: ftp://username:password@subdomain.example.com/path1/example.txt Someone can help me?
    Posted to Construction Advice (Forum) by icsbcn on July 15, 2010
  • Regular Expression for xml MatchPattern node (Help)

    Helo everyone,   I am new here and today I had my first expression with Regular Expressions. I read for hours and I am trying but my expression doesnt work. I Have a xml that has the rules for extracting some values from a file to show them to thes users (the program is in VB). The file contains this line --> Delivery: Phone:989909 ...
    Posted to Construction Advice (Forum) by RegexNewbie on June 19, 2010
  • Check for valid URL using Regular Expressions

    Here is the code to check whether the given string is a valid URL or not using Regular Expresssions. Public Function IsValidUrl(ByVal Url As String) As Boolean        Dim strRegex As String = "^(https?://)" ...
    Posted to Pranav Ainavolu (Weblog) by pranavaa on May 31, 2010
  • Help with regex expressions & $breadcrumbnav

    I have a support portal with the breadcrumb nav set up like so: <a href="http://www.flipflopmedia.com/NewSite/">Home</a> > {if $breadcrumbnav =='<a href="cart.php">Shopping Cart</a>'} <a href="http://clients.flipflopmedia.com/index.php">Support Portal</a> > ...
    Posted to Construction Advice (Forum) by flipflopmedia on May 30, 2010
  • how to write the regular expression

    Hi  I need to check the text box value. The validation should be as folows. A + ve number may contain decimal values with maximum 16 characters , 12 characters to the left of decimal point + decimal point + 3 places of decimal places. Example.. 123456789123.123 , left to decimal can not be more than 12 digit, right side can not be more than ...
    Posted to Construction Advice (Forum) by ashis on May 6, 2010
  • exp to validate specific email domain

    hey, i need a regex for .NET that will validate 2 specific email domains: mail.myuniv.edu and special.myuniv.edu.  i can get an expression (below)  that will validate one or the other but not both. ^[\w\-\.\+]+\@\bmail\b\.\bmyuniv\b\.\bedu\b$              // this will validate ...
    Posted to Construction Advice (Forum) by itrickski on May 5, 2010
  • need to simplify my regex matching street name and number

    Good day!   i have a regex code that will match a street number and street name, but i thinks its too long... i would appreciate it if someone would simplify it for me.. here's the rules: - this will accept international street name - i only want the number with the attached letter in a street.. (another scenario is to also include ...
    Posted to Construction Advice (Forum) by isyan on April 13, 2010
  • Adding string within url

    Hi, I'm trying to construct a javascript code to be used as a bookmark in my browser. A click on the bookmark should add a string to the url of the currently shown web site. For example, the site http://www.jstor.org/stable/2497020 should become http://www.jstor.org.proxy.libraries.org/stable/2497020. So far, I have following code to be ...
    Posted to Construction Advice (Forum) by pod-o-mart on April 13, 2010
  • Rapidshare.com Links

    Hello, I need to search a document for all rapidshare.com links. I will fetch a URL using file_get_contents and then search the page for all rapidshare links. i found a regex here but which don't work. may be it is not for PHP. I need one for PHP.   thanks in advance. 
    Posted to Construction Advice (Forum) by rajuru on April 5, 2010
1 2 3 4 5 Next > ... Last ยป