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

Browse by Tags

All Tags » help
  • Looking for a generic replace function

    My requirement is to search through a string for the existence of an editor entered tag. each one should be replaced by some script and the end of the tag replace with some closing script whilst the 'tag content' should remain.  I tried with the following but it doesn't seem to like it! any ideas...  Set objRegExp = New ...
    Posted to Discussion (Forum) by dylan on October 5, 2009
  • I need urgent help on this RegEx expression: \[.*\]

    I've got the following text: ·  Particulars of the project as a whole are    ·  given in Main Contract Preliminaries.    ·  given in [Text string, Text string]    ·  available for inspection    ·  [...............]  ...
    Posted to Construction Advice (Forum) by Edson on May 13, 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
  • Please help with an expression that throws a Fatal error...

    Hello,  I am trying to use Minify to dynamically minify and compress some javascripts. However, one of them causes a Fatal error, and I have pinpointed the problem to this regular expression, and I even know which symbol is causing it - but I really know nothing about Javascript, so could really use some help.  The code throwing the ...
    Posted to Construction Advice (Forum) by lisali on September 27, 2008
  • Any clue??

    Any clue what this means (it may not be a ...
    Posted to Construction Advice (Forum) by atat311 on June 13, 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
  • Need help on multiple lines check

    Hi, Need some help from you guys on regex. I am an junior DB admin and I am using notepad++ in windows as my primary editing tool. It has a nice feature that one can find test in the document by Regular Expression. That is good as I intended to used this feature to go through log and log filtering for report. Well, everything sound so sweet ...
    Posted to Construction Advice (Forum) by bpnchan on September 27, 2007
  • 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