vBulletin Search Engine Optimization
This is a discussion on Little regex help within the Off-Topic & Chit Chat forums, part of the Focus on Members category; I am trying to search a text file for all occurances of ^P that are not followed by | as ...
| |||||||
Enhancing 80 million pages. | Register | FAQ | Members List | Social Groups | Calendar | Search | Today's Posts | Mark Forums Read |
|
#1
| |||
| |||
|
I am trying to search a text file for all occurances of ^P that are not followed by | as the next character. (by '^P' I mean the mark for a paragraph) I don't know regex at all, but I can use regex in the search and replace function of my text editor. As an example, I would want to find something like ^PD but not ^P| Thanks! |
|
#2
| ||||
| ||||
|
Hello, you can try something like: \^P[^\|]
__________________ Oleg Ignatiuk / Crawlability Inc. Support Team Launches New DeskPro Powered Tool Enhanced Support at Your Service vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations 6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You. |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| RegEx on target not working | Adult SEO | URL Rewrite Settings | 1 | 11-25-2006 06:08 PM |
| regex not working | msimonds | Troubleshooting | 11 | 10-22-2005 09:45 AM |