<?xml version="1.0"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>Urban Giraffe Support &#187; Forum: Search Regex - Recent Posts</title>
<link>http://urbangiraffe.com/support/</link>
<description>Urban Giraffe Support &#187; Forum: Search Regex - Recent Posts</description>
<language>en</language>
<pubDate>Thu, 09 Sep 2010 18:49:09 +0000</pubDate>

<item>
<title>tmcdomains on "Find &#38; Replace a DIV and its contents"</title>
<link>http://urbangiraffe.com/support/topic/find-replace-a-div-and-its-contents#post-4072</link>
<pubDate>Wed, 28 Jul 2010 18:05:56 +0000</pubDate>
<dc:creator>tmcdomains</dc:creator>
<guid isPermaLink="false">4072@http://urbangiraffe.com/support/</guid>
<description>&#60;p&#62;Can someone please help me with the regular expression to find a DIV of a particular class and everything in the containing div? What I'd like to happen find all instances of the following:&#60;/p&#62;
&#60;pre class=&#34;brush: html; light: true&#34;&#62;&#38;lt;div class=&#34;tweetmeme_button&#34; style=&#34;float: right; margin-left: 10px;&#34;&#38;gt;VARIABLE TEXT HERE&#38;lt;/div&#38;gt;&#60;/pre&#62;
&#60;p&#62;and delete them. I don't know regex at all, and from reading various forums and code snippets and trying various tools, I'm still not having any luck. What makes the most sense to me is to use &#60;code&#62;(&#38;lt;div class=&#34;tweetmeme_button&#34; style=&#34;float: right; margin-left: 10px;&#34;&#38;gt;.*&#38;lt;/div&#38;gt;)&#60;/code&#62; but Search Regex produces no results.&#60;/p&#62;
&#60;p&#62;Help?
&#60;/p&#62;</description>
</item>
<item>
<title>John on "Does Search Regex support Named Capture Groups"</title>
<link>http://urbangiraffe.com/support/topic/does-search-regex-support-named-capture-groups#post-3984</link>
<pubDate>Sun, 27 Jun 2010 08:26:32 +0000</pubDate>
<dc:creator>John</dc:creator>
<guid isPermaLink="false">3984@http://urbangiraffe.com/support/</guid>
<description>&#60;p&#62;It supports whatever features PHP's preg_replace supports!
&#60;/p&#62;</description>
</item>
<item>
<title>Antti on "Does Search Regex support Named Capture Groups"</title>
<link>http://urbangiraffe.com/support/topic/does-search-regex-support-named-capture-groups#post-3956</link>
<pubDate>Mon, 21 Jun 2010 09:22:42 +0000</pubDate>
<dc:creator>Antti</dc:creator>
<guid isPermaLink="false">3956@http://urbangiraffe.com/support/</guid>
<description>&#60;p&#62;I'm trying to do some advanced search/replace, sorting HTML tag attributes for images, links, etc. and I'd like to know if Search Regex support Named Capture Groups?&#60;/p&#62;
&#60;p&#62;I think it should work something like this:&#60;/p&#62;
&#60;pre class=&#34;brush: html; light: true&#34;&#62;replace: /wp-images/(?P&#38;lt;image_name&#38;gt;.*?).png
with: /images/png/${image_name}.png&#60;/pre&#62;
&#60;p&#62;But I can't get it to work (This is just an example, but I'm trying to capture the image name into Named Capture Group called &#34;image_name&#34; and then using that on the replace)&#60;/p&#62;
&#60;p&#62;p.s. Do you have list of supported regex features or more &#34;advanced documentation&#34; for this awesome plugin?
&#60;/p&#62;</description>
</item>
<item>
<title>Dan on "Help with searching and replacing domain extension"</title>
<link>http://urbangiraffe.com/support/topic/help-with-searching-and-replacing-domain-extension#post-3941</link>
<pubDate>Fri, 18 Jun 2010 16:03:39 +0000</pubDate>
<dc:creator>Dan</dc:creator>
<guid isPermaLink="false">3941@http://urbangiraffe.com/support/</guid>
<description>&#60;p&#62;Got it all figured out - please ignore the post.&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
</item>
<item>
<title>Dan on "Help with searching and replacing domain extension"</title>
<link>http://urbangiraffe.com/support/topic/help-with-searching-and-replacing-domain-extension#post-3928</link>
<pubDate>Mon, 14 Jun 2010 10:24:03 +0000</pubDate>
<dc:creator>Dan</dc:creator>
<guid isPermaLink="false">3928@http://urbangiraffe.com/support/</guid>
<description>&#60;p&#62;I've migrated a site, and used the plugin to replace all the internal links in the posts from &#34;old-domain.com&#34; to &#34;new-domain.com&#34; &#60;/p&#62;
&#60;p&#62;However, I also switched from html to php, so the newly updated internal links still point to:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://new-domain.com/YY/MM/post-permalink.html&#34; rel=&#34;nofollow&#34;&#62;http://new-domain.com/YY/MM/post-permalink.html&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;instead of &#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://new-domain.com/YY/MM/post-permalink.PHP&#34; rel=&#34;nofollow&#34;&#62;http://new-domain.com/YY/MM/post-permalink.PHP&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Could anyone help me find and replace just those html instances with the PHP extension? There are other external links with html extensions, so I can't just do a broad search and replace of html for php, and I'm too new at this to know how to search properly. :)&#60;/p&#62;
&#60;p&#62;Thanks for the help!
&#60;/p&#62;</description>
</item>
<item>
<title>Jeremy on "Serious Bug?"</title>
<link>http://urbangiraffe.com/support/topic/serious-bug#post-3876</link>
<pubDate>Thu, 20 May 2010 15:31:30 +0000</pubDate>
<dc:creator>Jeremy</dc:creator>
<guid isPermaLink="false">3876@http://urbangiraffe.com/support/</guid>
<description>&#60;p&#62;First lemme say thanks for the awesome plugin! I have found what I believe to be a pretty serious bug though. When I choose the replace button (rather than search and replace), if it finds multiple instances of the search term in the same page, then you replace them one at a time, it gets screwy.&#60;/p&#62;
&#60;p&#62;For instance, if I'm searching for &#34;articles/&#34; to replace with articles.php it behaves like this:&#60;/p&#62;
&#60;p&#62;First instance in post 233:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.mydomain.com/articles/&#34; rel=&#34;nofollow&#34;&#62;http://www.mydomain.com/articles/&#60;/a&#62; becomes &#60;a href=&#34;http://www.mydomain.com/articles.php&#34; rel=&#34;nofollow&#34;&#62;http://www.mydomain.com/articles.php&#60;/a&#62; (correct)&#60;/p&#62;
&#60;p&#62;Second instance in post 233:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.mydomain.com/articles/&#34; rel=&#34;nofollow&#34;&#62;http://www.mydomain.com/articles/&#60;/a&#62; becomes &#60;a href=&#34;http://www.mydomain.carticles.phpes/&#34; rel=&#34;nofollow&#34;&#62;http://www.mydomain.carticles.phpes/&#60;/a&#62; (very wrong)&#60;/p&#62;
&#60;p&#62;Third instance in post 233:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.mydomain.com/articles/&#34; rel=&#34;nofollow&#34;&#62;http://www.mydomain.com/articles/&#60;/a&#62; becomes &#60;a href=&#34;http://www.mydoarticles.phpicles/&#34; rel=&#34;nofollow&#34;&#62;http://www.mydoarticles.phpicles/&#60;/a&#62; (even more wrong)&#60;/p&#62;
&#60;p&#62;and so on...&#60;/p&#62;
&#60;p&#62;It seems like it's just doing a simple character count to do the replace and when the number of characters before the search term changes, it doesn't account for that. Pretty serious bug I think. Luckily I ran the search again after, noticed the problem and was able to fix it manually. I could see how you might not even notice something like this though if you weren't double checking.
&#60;/p&#62;</description>
</item>
<item>
<title>Jeremy on "Fatal error: Cannot instantiate non-existent class: stripslashes"</title>
<link>http://urbangiraffe.com/support/topic/fatal-error-cannot-instantiate-non-existent-class-stripslashes#post-3875</link>
<pubDate>Thu, 20 May 2010 15:24:02 +0000</pubDate>
<dc:creator>Jeremy</dc:creator>
<guid isPermaLink="false">3875@http://urbangiraffe.com/support/</guid>
<description>&#60;p&#62;This seems to be fixed with the latest update. Thanks!
&#60;/p&#62;</description>
</item>
<item>
<title>Jeremy on "Fatal error: Cannot instantiate non-existent class: stripslashes"</title>
<link>http://urbangiraffe.com/support/topic/fatal-error-cannot-instantiate-non-existent-class-stripslashes#post-3849</link>
<pubDate>Fri, 07 May 2010 14:22:46 +0000</pubDate>
<dc:creator>Jeremy</dc:creator>
<guid isPermaLink="false">3849@http://urbangiraffe.com/support/</guid>
<description>&#60;p&#62;When I try a search, I get, Fatal error: Cannot instantiate non-existent class: stripslashes in [PATH]search-regex.php on line 51&#60;/p&#62;
&#60;p&#62;Wordpress 2.9.2&#60;br /&#62;
PHP 4.3.10&#60;br /&#62;
MySQL 4.1.8-standard &#60;/p&#62;
&#60;p&#62;I tried deactivating all other plugins.&#60;/p&#62;
&#60;p&#62;Lemme know if anyone else has seen this problem or if you can give me any other tips on troubleshooting.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
Jeremy
&#60;/p&#62;</description>
</item>
<item>
<title>notrick on "Help A simple REGEX Not Working - Please Help correcting it"</title>
<link>http://urbangiraffe.com/support/topic/help-a-simple-regex-not-working-please-help-correcting-it#post-3807</link>
<pubDate>Mon, 19 Apr 2010 01:42:02 +0000</pubDate>
<dc:creator>notrick</dc:creator>
<guid isPermaLink="false">3807@http://urbangiraffe.com/support/</guid>
<description>&#60;p&#62;Hi&#60;/p&#62;
&#60;p&#62;I tried Posting My Code But Was not able to do so.&#60;br /&#62;
So I am posting my problem in this Link. The problem is in a plain text&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://pastebin.com/raw.php?i=g2EBRxK4&#34; rel=&#34;nofollow&#34;&#62;http://pastebin.com/raw.php?i=g2EBRxK4&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>notrick on "Help A simple REGEX Not Working - Please correct It"</title>
<link>http://urbangiraffe.com/support/topic/help-a-simple-regex-not-working-please-correct-it#post-3806</link>
<pubDate>Mon, 19 Apr 2010 01:20:29 +0000</pubDate>
<dc:creator>notrick</dc:creator>
<guid isPermaLink="false">3806@http://urbangiraffe.com/support/</guid>
<description>&#60;p&#62;Not again. :(&#60;/p&#62;
&#60;p&#62;Trying it third Time now.&#60;br /&#62;
Here is the original code&#60;/p&#62;
&#60;p&#62;I have a string in my post which is something like&#60;/p&#62;
&#60;p&#62;&#60;code&#62;XYZ &#60;a href=&#34;http://mydomain.com/~a/b/c/de&#34;&#62;&#60;img src=&#34;http://mydomain.com/~a/b/c/de&#34; alt=&#34;fg&#34; /&#62;&#60;/a&#62; XYZ&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;I Want to find the string &#60;code&#62;&#60;a href=&#34;http://mydomain.com/~a/b/c/de&#34;&#62;&#60;img src=&#34;http://mydomain.com/~a/b/c/de&#34; alt=&#34;fg&#34; /&#62;&#60;/a&#62;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;This string starts with &#60;code&#62;&#60;a href=&#34;http://mydomain.com/~a/&#34;&#62;&#60;/a&#62;)&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;This is working fine in &#60;a href=&#34;http://www.gskinner.com/RegExr/&#34; rel=&#34;nofollow&#34;&#62;http://www.gskinner.com/RegExr/&#60;/a&#62; but not thru. your code.&#60;br /&#62;
can u please help me ASAP? &#60;/p&#62;
&#60;p&#62;Thanks a Lot
&#60;/p&#62;</description>
</item>
<item>
<title>notrick on "Help A simple REGEX Not Working - Please correct It"</title>
<link>http://urbangiraffe.com/support/topic/help-a-simple-regex-not-working-please-correct-it#post-3805</link>
<pubDate>Mon, 19 Apr 2010 01:19:31 +0000</pubDate>
<dc:creator>notrick</dc:creator>
<guid isPermaLink="false">3805@http://urbangiraffe.com/support/</guid>
<description>&#60;p&#62;Oops sorry the HTML CODE Screwed up everything.&#60;br /&#62;
Here is the original code&#60;/p&#62;
&#60;p&#62;I have a string in my post which is something like&#60;/p&#62;
&#60;p&#62;[code]XYZ &#60;a href=&#34;http://mydomain.com/~a/b/c/de&#34;&#62;&#60;img src=&#34;http://mydomain.com/~a/b/c/de&#34; alt=&#34;fg&#34; /&#62;&#60;/a&#62; XYZ[/code]&#60;/p&#62;
&#60;p&#62;I Want to find the string [code]&#60;a href=&#34;http://mydomain.com/~a/b/c/de&#34;&#62;&#60;img src=&#34;http://mydomain.com/~a/b/c/de&#34; alt=&#34;fg&#34; /&#62;&#60;/a&#62;[/code]&#60;/p&#62;
&#60;p&#62;This string starts with [code]&#60;a href=&#34;http://mydomain.com/~a/%5B/code%5D%20and%20Ends%20with%20%5Bcode%5Dimg&#34;&#62;&#60;/a&#62;)[/code]&#60;/p&#62;
&#60;p&#62;This is working fine in &#60;a href=&#34;http://www.gskinner.com/RegExr/&#34; rel=&#34;nofollow&#34;&#62;http://www.gskinner.com/RegExr/&#60;/a&#62; but not thru. your code.&#60;br /&#62;
can u please help me ASAP? &#60;/p&#62;
&#60;p&#62;Thanks a Lot
&#60;/p&#62;</description>
</item>
<item>
<title>notrick on "Help A simple REGEX Not Working - Please correct It"</title>
<link>http://urbangiraffe.com/support/topic/help-a-simple-regex-not-working-please-correct-it#post-3804</link>
<pubDate>Mon, 19 Apr 2010 01:13:13 +0000</pubDate>
<dc:creator>notrick</dc:creator>
<guid isPermaLink="false">3804@http://urbangiraffe.com/support/</guid>
<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I have a string in my post which is something like&#60;br /&#62;
&#34;XYZ &#60;a href=&#34;http://mydomain.com/~a/b/c/de&#34;&#62;&#60;img src=&#34;http://mydomain.com/~a/b/c/de&#34; alt=&#34;de&#34; /&#62; XYZ&#34;;&#60;/p&#62;
&#60;p&#62;I Want to find the string &#60;/a&#62;&#60;a href=&#34;http://mydomain.com/~a/b/c/de&#34;&#62;&#60;img src=&#34;http://mydomain.com/~a/b/c/de&#34; alt=&#34;de&#34; /&#62;&#60;/p&#62;
&#60;p&#62;This string starts with - &#60;/a&#62;&#60;a href=&#34;http://mydomain.com/~a%20And%20Ends%20with%20-%20/img&#34;&#62;)&#60;/p&#62;
&#60;p&#62;This regular Expression Works well in &#60;a href=&#34;http://gskinner.com/RegExr/&#34; rel=&#34;nofollow&#34;&#62;http://gskinner.com/RegExr/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;But Not with your code. Pleaseeeee help me ASAP.&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>Jeremy Johnson on "Searching For Characters With Newline"</title>
<link>http://urbangiraffe.com/support/topic/searching-for-characters-with-newline#post-3791</link>
<pubDate>Tue, 13 Apr 2010 00:27:29 +0000</pubDate>
<dc:creator>Jeremy Johnson</dc:creator>
<guid isPermaLink="false">3791@http://urbangiraffe.com/support/</guid>
<description>&#60;p&#62;I should note that where you see 'n' it should be the forward-slash n.  Something is filtering it out even with the backticks.
&#60;/p&#62;</description>
</item>
<item>
<title>Jeremy Johnson on "Searching For Characters With Newline"</title>
<link>http://urbangiraffe.com/support/topic/searching-for-characters-with-newline#post-3790</link>
<pubDate>Tue, 13 Apr 2010 00:22:37 +0000</pubDate>
<dc:creator>Jeremy Johnson</dc:creator>
<guid isPermaLink="false">3790@http://urbangiraffe.com/support/</guid>
<description>&#60;p&#62;I'm having trouble with a regex locating text with a newline in it.  &#60;/p&#62;
&#60;p&#62;I'm trying to locate the following text&#60;/p&#62;
&#60;pre class=&#34;brush: html; light: true&#34;&#62;&#38;lt;br /&#38;gt;&#38;lt;br /&#38;gt;&#60;/pre&#62;
&#60;pre class=&#34;brush: html; light: true&#34;&#62;&#38;lt;strong&#38;gt;Text Here&#38;lt;/strong&#38;gt;&#60;/pre&#62;
&#60;pre class=&#34;brush: html; light: true&#34;&#62;&#38;lt;br /&#38;gt;&#60;/pre&#62;
&#60;p&#62;As stored in the DB:&#60;/p&#62;
&#60;pre class=&#34;brush: html; light: true&#34;&#62;&#38;lt;br /&#38;gt;&#38;lt;br /&#38;gt;n&#38;lt;strong&#38;gt;Text&#38;lt;/strong&#38;gt;&#38;lt;br /&#38;gt;&#60;/pre&#62;
&#60;p&#62;However nothing I do can seem to locate it that patter.  I've tried several variations of&#60;/p&#62;
&#60;pre class=&#34;brush: html; light: true&#34;&#62;(&#38;lt;br /&#38;gt;&#38;lt;br /&#38;gt;[^&#38;lt;]*&#38;lt;strong&#38;gt;)([^&#38;lt;]+?)(&#38;lt;/strong&#38;gt;[^&#38;lt;]&#38;lt;br /&#38;gt;)&#60;/pre&#62;
&#60;p&#62;with no luck.  I've even tried just searching for &#60;code&#62;&#38;lt;br /&#38;gt;&#38;lt;br /&#38;gt;n&#60;/code&#62; and that doesn't work either.&#60;/p&#62;
&#60;p&#62;Any ideas?
&#60;/p&#62;</description>
</item>
<item>
<title>John on "allow Editor user to access this plug-in/"</title>
<link>http://urbangiraffe.com/support/topic/allow-editor-user-to-access-this-plug-in#post-3776</link>
<pubDate>Sun, 11 Apr 2010 13:32:45 +0000</pubDate>
<dc:creator>John</dc:creator>
<guid isPermaLink="false">3776@http://urbangiraffe.com/support/</guid>
<description>&#60;p&#62;There isnt an easy way to do this, sorry
&#60;/p&#62;</description>
</item>
<item>
<title>John on "Truncating text using regex"</title>
<link>http://urbangiraffe.com/support/topic/truncating-text-using-regex#post-3760</link>
<pubDate>Sun, 11 Apr 2010 13:12:51 +0000</pubDate>
<dc:creator>John</dc:creator>
<guid isPermaLink="false">3760@http://urbangiraffe.com/support/</guid>
<description>&#60;p&#62;Try this cheatsheet:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.addedbytes.com/cheat-sheets/regular-expressions-cheat-sheet/&#34; rel=&#34;nofollow&#34;&#62;http://www.addedbytes.com/cheat-sheets/regular-expressions-cheat-sheet/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;You may be able to use something like {25,} to capture a string of 25 or more characters and then replace this with an ellipsis
&#60;/p&#62;</description>
</item>
<item>
<title>John on "How Can I do This RegEx Search &#38; Replace?"</title>
<link>http://urbangiraffe.com/support/topic/how-can-i-do-this-regex-search-replace#post-3759</link>
<pubDate>Sun, 11 Apr 2010 13:10:06 +0000</pubDate>
<dc:creator>John</dc:creator>
<guid isPermaLink="false">3759@http://urbangiraffe.com/support/</guid>
<description>&#60;p&#62;You need to escape the special regular expression characters otherwise they will be interpreted as a regular expression
&#60;/p&#62;</description>
</item>
<item>
<title>Glenn on "How Can I do This RegEx Search &#38; Replace?"</title>
<link>http://urbangiraffe.com/support/topic/how-can-i-do-this-regex-search-replace#post-3701</link>
<pubDate>Wed, 17 Mar 2010 13:57:46 +0000</pubDate>
<dc:creator>Glenn</dc:creator>
<guid isPermaLink="false">3701@http://urbangiraffe.com/support/</guid>
<description>&#60;p&#62;I need to replace this..&#60;/p&#62;
&#60;p&#62;[affmage source=&#34;ebay&#34; results=&#34;100&#34;]Brass Serial[/affmage]&#60;/p&#62;
&#60;p&#62;with &#60;/p&#62;
&#60;p&#62;NOTHING (essentially deleting this whole thing)&#60;/p&#62;
&#60;p&#62;The problem is everything in the search string is static except where the string &#34;Brass Serial&#34;&#60;br /&#62;
is. This is variable.&#60;/p&#62;
&#60;p&#62;I tried doing this but it's not valid:&#60;br /&#62;
[affmage source=&#34;ebay&#34; results=&#34;100&#34;]([A-Za-z])[/affmage]&#60;/p&#62;
&#60;p&#62;Can you help me do this using the plugin?
&#60;/p&#62;</description>
</item>
<item>
<title>Michael Gilman on "Truncating text using regex"</title>
<link>http://urbangiraffe.com/support/topic/truncating-text-using-regex#post-3674</link>
<pubDate>Sat, 06 Mar 2010 10:27:06 +0000</pubDate>
<dc:creator>Michael Gilman</dc:creator>
<guid isPermaLink="false">3674@http://urbangiraffe.com/support/</guid>
<description>&#60;p&#62;Apologies for the newbie question. And thanks to the developer for this very useful and elegant plugin.&#60;/p&#62;
&#60;p&#62;I've used it to create a Wordpress archive of my twitter stream as described here:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://stopdesign.com/archive/2010/03/02/browsable-searchable-archive-of-tweets.html&#34; rel=&#34;nofollow&#34;&#62;http://stopdesign.com/archive/2010/03/02/browsable-searchable-archive-of-tweets.html&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Very cool and works. Have used the search plugin to clean up as described. Now what I'd like to do is to truncate the post titles. Tweets imported via RSS from tweetbackup include the full tweet in the post title. Subsequent tweets, which come in via Twitter Tools, truncate the title to about 30 characters and add an ellipsis (see &#60;a href=&#34;http://newhypothesis.com/tweets&#34; rel=&#34;nofollow&#34;&#62;http://newhypothesis.com/tweets&#60;/a&#62; - you need to get to page 3 before you see the old tweets with the full tweet in the title). So what I'd like to do -- if possible -- is come up with a regex string that makes the old post titles look like the newer ones, i.e., truncate the text to 25-30 characters (preferably whole words) and replace the rest with an ellipsis or three periods.&#60;/p&#62;
&#60;p&#62;But, alas, I'm a regex virgin. Any chance someone can help with this? Or point me to a site where I can perhaps figure it out for myself. I've found some complicated PHP code to do this, but I assume that's not useful in the context of the plugin.&#60;/p&#62;
&#60;p&#62;Thanks a million.
&#60;/p&#62;</description>
</item>
<item>
<title>DanoNH on "Issue with search results"</title>
<link>http://urbangiraffe.com/support/topic/issue-with-search-results#post-3673</link>
<pubDate>Fri, 05 Mar 2010 12:01:10 +0000</pubDate>
<dc:creator>DanoNH</dc:creator>
<guid isPermaLink="false">3673@http://urbangiraffe.com/support/</guid>
<description>&#60;p&#62;there we go
&#60;/p&#62;</description>
</item>
<item>
<title>DanoNH on "Issue with search results"</title>
<link>http://urbangiraffe.com/support/topic/issue-with-search-results#post-3672</link>
<pubDate>Fri, 05 Mar 2010 12:00:39 +0000</pubDate>
<dc:creator>DanoNH</dc:creator>
<guid isPermaLink="false">3672@http://urbangiraffe.com/support/</guid>
<description>&#60;p&#62;OK, let's try this one more time...&#60;/p&#62;
&#60;pre class=&#34;brush: html; light: true&#34;&#62;&#60;a href=&#34;#conditions&#34;&#62;*&#60;/a&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>DanoNH on "Issue with search results"</title>
<link>http://urbangiraffe.com/support/topic/issue-with-search-results#post-3671</link>
<pubDate>Fri, 05 Mar 2010 11:59:48 +0000</pubDate>
<dc:creator>DanoNH</dc:creator>
<guid isPermaLink="false">3671@http://urbangiraffe.com/support/</guid>
<description>&#60;p&#62;Sorry I couldn't edit my comments at first (didn't see the link), but the first Replace Pattern field should be &#60;/p&#62;
&#60;p&#62;&#60;strong&#62;&#60;a href=&#34;#conditions&#34;&#62;*&#60;/a&#62;&#60;/strong&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>DanoNH on "Issue with search results"</title>
<link>http://urbangiraffe.com/support/topic/issue-with-search-results#post-3670</link>
<pubDate>Fri, 05 Mar 2010 11:57:58 +0000</pubDate>
<dc:creator>DanoNH</dc:creator>
<guid isPermaLink="false">3670@http://urbangiraffe.com/support/</guid>
<description>&#60;p&#62;When I search for any search term in the Search Pattern field, if I have quotes in the Replace Pattern field, such as&#60;/p&#62;
&#60;pre class=&#34;brush: html; light: true&#34;&#62;&#60;a href=&#34;#conditions&#34;&#62;*&#60;/a&#62;&#60;/pre&#62;
&#60;p&#62;and I select the Replace search option, I am seeing the text below instead of the &#60;strong&#62;view &#124; replace &#124; edit&#60;/strong&#62; links above each results list entry:&#60;/p&#62;
&#60;pre class=&#34;brush: html; light: true&#34;&#62;view &#124; *'); return false&#34;&#38;gt;replace &#124; edit&#60;/pre&#62;
&#60;p&#62;where the * is the replace link. &#60;/p&#62;
&#60;p&#62;Using single quotes in the Replace pattern does not cause the issue.  &#60;/p&#62;
&#60;p&#62;How do I use double-quotes in the Replace Pattern field?&#60;/p&#62;
&#60;p&#62;Thanks... Dan
&#60;/p&#62;</description>
</item>
<item>
<title>Tom on "allow Editor user to access this plug-in/"</title>
<link>http://urbangiraffe.com/support/topic/allow-editor-user-to-access-this-plug-in#post-3642</link>
<pubDate>Wed, 17 Feb 2010 15:14:45 +0000</pubDate>
<dc:creator>Tom</dc:creator>
<guid isPermaLink="false">3642@http://urbangiraffe.com/support/</guid>
<description>&#60;p&#62;Is there a way I can allow a user with Editor access to use this plug-in? I want them to use this but not have access to other Admin functions. The plug-in only shows in the Dashboard menu for Admin users. Thanks.
&#60;/p&#62;</description>
</item>
<item>
<title>John on "Help with an easy regex"</title>
<link>http://urbangiraffe.com/support/topic/help-with-an-easy-regex#post-3509</link>
<pubDate>Sat, 23 Jan 2010 11:40:04 +0000</pubDate>
<dc:creator>John</dc:creator>
<guid isPermaLink="false">3509@http://urbangiraffe.com/support/</guid>
<description>&#60;p&#62;Search: By (w+)&#60;br /&#62;
Replace: &#38;lt;a href=&#34;/category/$1&#34;&#38;gt;$1&#38;lt;/a&#38;gt;
&#60;/p&#62;</description>
</item>
<item>
<title>Jonahtan on "Help with an easy regex"</title>
<link>http://urbangiraffe.com/support/topic/help-with-an-easy-regex#post-3470</link>
<pubDate>Mon, 11 Jan 2010 15:06:02 +0000</pubDate>
<dc:creator>Jonahtan</dc:creator>
<guid isPermaLink="false">3470@http://urbangiraffe.com/support/</guid>
<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62; In all my posts, i have the same words, like that: &#34;By authorname.&#34; usually the last word is that. I have written more than 1000 different authorsname and I need a regular expression to find &#34;By authorname&#34; to replace with &#60;code&#62;&#38;lt;a href=&#34;/category/authorname&#34;&#38;gt;By authorname&#38;lt;/a&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;I know it sounds easy, but I couldn't do that :(
&#60;/p&#62;</description>
</item>
<item>
<title>o2cathy on "using &#34;The Regex Coach&#34; to create an expression - errors"</title>
<link>http://urbangiraffe.com/support/topic/using-the-regex-coach-to-create-an-expression-errors#post-3336</link>
<pubDate>Thu, 17 Dec 2009 00:27:24 +0000</pubDate>
<dc:creator>o2cathy</dc:creator>
<guid isPermaLink="false">3336@http://urbangiraffe.com/support/</guid>
<description>&#60;p&#62;So, lets try that again: &#60;/p&#62;
&#60;p&#62;(\d*).bp.blogspot.com/(.*)/(.*(.jpg&#124;.png&#124;.gif))&#60;br /&#62;
url.com/wp-content/uploads/2009/\3
&#60;/p&#62;</description>
</item>
<item>
<title>o2cathy on "using &#34;The Regex Coach&#34; to create an expression - errors"</title>
<link>http://urbangiraffe.com/support/topic/using-the-regex-coach-to-create-an-expression-errors#post-3335</link>
<pubDate>Thu, 17 Dec 2009 00:26:35 +0000</pubDate>
<dc:creator>o2cathy</dc:creator>
<guid isPermaLink="false">3335@http://urbangiraffe.com/support/</guid>
<description>&#60;p&#62;Please understand, that I've now been reading up on expressions for a whole day.  Novice, am I.  I found The Regex Coach, which is fantastic!! [url]http://www.weitz.de/regex-coach/index.html#install[/url]&#60;/p&#62;
&#60;p&#62;Anyhow, I have this fabulous expression to find the blogger images in a newly ported self-hosted WP blog like this: &#60;code&#62;(d*).bp.blogspot.com/(.*)/(.*(.jpg&#124;.png&#124;.gif))&#60;/code&#62;  And I was very pleased to see that it actually does just pick out the images with this replacement string: &#60;/p&#62;
&#60;pre class=&#34;brush: html; light: true&#34;&#62;url.com/wp-content/uploads/2009/3&#60;/pre&#62;
&#60;p&#62;I'm sure someone knows why this does not work!  If I could get some help, I'd be really grateful!  I'm not sure how much of this expression business I really want to know .... &#60;/p&#62;
&#60;p&#62;Thank you!&#60;br /&#62;
Cathy
&#60;/p&#62;</description>
</item>
<item>
<title>John on "Does search-regexp works with Wordpress MU ?"</title>
<link>http://urbangiraffe.com/support/topic/does-search-regexp-works-with-wordpress-mu#post-3233</link>
<pubDate>Sun, 15 Nov 2009 13:46:29 +0000</pubDate>
<dc:creator>John</dc:creator>
<guid isPermaLink="false">3233@http://urbangiraffe.com/support/</guid>
<description>&#60;p&#62;I haven't tried it but I see no reason why not.
&#60;/p&#62;</description>
</item>
<item>
<title>stan on "Does search-regexp works with Wordpress MU ?"</title>
<link>http://urbangiraffe.com/support/topic/does-search-regexp-works-with-wordpress-mu#post-3222</link>
<pubDate>Sat, 14 Nov 2009 16:25:42 +0000</pubDate>
<dc:creator>stan</dc:creator>
<guid isPermaLink="false">3222@http://urbangiraffe.com/support/</guid>
<description>&#60;p&#62;Does search-regexp works with Wordpress MU?
&#60;/p&#62;</description>
</item>

</channel>
</rss>
