|
|
Browse by Tags
All Tags » help
-
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 ...
-
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
· [...............] ...
-
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 ...
-
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 ...
-
Any clue what this means (it may not be a ...
-
<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 ...
-
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 ...
-
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 ...
-
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 ...
|
|
|