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

Browse by Tags

All Tags » search
  • Multiple Line Search Criteria for splitting large files

    I am using the AutoSplit™ / AutoSplit Pro™ by EverMap to split PDF documents, i.e., a large report into individual reports. It uses Regex, or regular expressions for more advanced splits. The program DOESN'T MATTER, it's the Regular Expression line that I need. I need to split a large report by VERSION ID (report version) ...
    Posted to Construction Advice (Forum) by KathleenA on February 17, 2010
  • Date increment

    Hi all, first post, so I hope I'm posting this correctly. I need to increment the hour in JavaScript by 1 (i.e. I need to get the current hour, add an hour, and then return the answer). An example of the string is as follows (the hour is bolded): 2009-05-18T16:15:00Z I'm re-learning RegEx after not visiting it for years, so I'd ...
    Posted to Construction Advice (Forum) by regexn00bpain on May 18, 2009
  • Search and trim the result with a single regular expression

    Hi all, Please help to me to solve my problem. I want to search inthe following string. “Your user id is U101 and password is P101” I want to capture 101 following the letter ‘U’. I can get itusing the regular expression “U(\d)+”. But the result is carrying the letter‘U’. I can’t ...
    Posted to Construction Advice (Forum) by thomas_joyeee on April 2, 2009
  • Help Catching illegal search syntax

    Hi, I'm implimenting MySQL fulltext searching for a website and part of what I want to do is catch errors in the syntax before they get submitted so as not to have odd SQL issues pop up. I'm using MySQL 5.0 and PHP 5.2.6, and will be preforming this via the PCRE extension.   Most of what I need to do is relatively simple, such as ...
    Posted to Construction Advice (Forum) by Fallout2man on October 1, 2008
  • parsing out the domain in an href tag

    hello,   i would like to parse out a domain name from an a href tag. the href tag could be anything, as i am parsing through xml that could hold any kind of url in it, depending on who is entering the data on the other end.   what i am doing is parsing out the domain name from a string such as this: <a ...
    Posted to Construction Advice (Forum) by reizorlove on July 2, 2008
  • PHP Substring Equivalent in Regex

    Hello, I am building some custom urls for finding images online. These are like:  www.website.com/images/123456789.jpg  Usually these are isbns or upc codes for products or books. I am currently doing string replacement by php, for substituting the number by an expression and replacing that expression with whatver number, when I do a ...
    Posted to Construction Advice (Forum) by ccisystems on December 2, 2007