Search found 7 matches

by fr0gman
Sat Aug 11, 2007 7:01 pm
Forum: Advanced Find and Replace
Topic: Replaceing numbers with ARRAY - Need Advice
Replies: 1
Views: 16026

Replaceing numbers with ARRAY - Need Advice

I have some template files that contain the following strings:

~~githumb1~~
~~gititle1~~
~~gilink1~~
~~gititle1~~
~~gititle1~~
~~gidesc1~~

~~yithumb1~~
~~yititle1~~
~~yilink1~~
~~yititle1~~
~~yititle1~~
~~yidesc1~~

The digit can be any number from 1-20. I would like for each number to be used ...
by fr0gman
Fri Apr 13, 2007 7:32 am
Forum: Advanced Find and Replace
Topic: Here is an interesting one....
Replies: 2
Views: 20418

Wow... no reply... that is interesting....
by fr0gman
Sat Apr 07, 2007 2:44 pm
Forum: Advanced Find and Replace
Topic: Here is an interesting one....
Replies: 2
Views: 20418

Here is an interesting one....

Not sure if S&R will do this but here is my challenge.

I have a directory of keyphrase files and I need to sort the content of each file by length of the key phrases.

Example:

the dog is brown
the dog
the quick brown dog
the fat brown dog


the dog
the dog is brown
the fat brown ...
by fr0gman
Mon Feb 26, 2007 4:02 pm
Forum: Advanced Find and Replace
Topic: nooB question
Replies: 3
Views: 22625

there are a few lines that are like group headings but not so many that I can't manually delete....

so it would be something like:

List of pets:

ABC 01_02 (brown dog)|http://www.mydomain.com/dir1|description text number one
ABC 02_02 (black dog)|http://www.mydomain.com/dir2|description ...
by fr0gman
Mon Feb 26, 2007 2:54 am
Forum: Advanced Find and Replace
Topic: nooB question
Replies: 3
Views: 22625

nooB question

I am new to this program and I need to extract URLs from the following lines:

ABC 01_02 (brown dog)|http://www.mydomain.com/dir1|description text number one
ABC 02_02 (black dog)|http://www.mydomain.com/dir2|description text number two

When complete I need a file with the following:


m
m ...
by fr0gman
Sun Aug 27, 2006 6:39 am
Forum: Advanced Find and Replace
Topic: Remove everything but...
Replies: 2
Views: 17196

This almost seems to be the solution to my questions however I need to remove everything except what is between http:// and .php in about 5000 lines of code...


<br><a href=http://mydomain.com/south-carolina-furniture/furniture-stores-in-islandton-sc-south-carolina.php>Furniture Stores In ...
by fr0gman
Sun Aug 27, 2006 6:29 am
Forum: Advanced Find and Replace
Topic: Replace questions
Replies: 1
Views: 12355

Replace questions

I am trying to remove the following string:

>><br>>The quick brown dog</a>>
>><br>>Once upon a time</a>>

How do I tell the program to remove everything between the:

>><br>>... </a>>