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 » help
  • 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
  • parsin html by using regex in c#

    <meta name="keywords" content="IBM 7976KAG SYSTEM X3400 QC 1.60GHZ 2GB 3X73,sunucular, server, markalı sunucular, markalı server, hp sunucular, hp, ibm, ibm sunucular, ibm server, century server, century sunucular"> <meta name="description" content="Fiyat:1879$+KDV | Kdv Dahil:2.877,95YTL | Havale ile %3 ...
    Posted to Construction Advice (Forum) by caglar26 on April 27, 2008
  • Need help writing a regex to convert a YouTube Embed URL.

    Hello, I'm modifying some code that scans through an html document, and converts YouTube links to a URL of our server with $replacement1+ the YouTube ID as a URL parameter "url" (which you can see in the last line).  Everything seems ok, I just can't figure out the line for $pattern1.  I've tried probably 100 things ...
    Posted to Construction Advice (Forum) by liwii on April 15, 2008
  • Replacing all spaces with an underscore in .htaccess?

    I can't do this serverside because it has to parse in the .htaccess first. Basically, I have the following string: RewriteRule ^([A-Za-z0-9_]+)$ index.php?word=$1 which makes: mysite.com/this go to mysite.com/index.php?word=this But, if someone puts in mysite.com/what is this it will error out.  I want it to convert all the ...
    Posted to Construction Advice (Forum) by FuzzzyLogik on December 14, 2006