Post Reply 
[Req] Would like to filter [Color] code with Proxomitron
Jan. 27, 2009, 11:41 PM
Post: #4
RE: [Req] Would like to filter [Color] code with Proxomitron
Welcome!

Here's a quick filter:

Code:
[Patterns]
Name = "Remove [COLOR]"
Active = TRUE
URL = "$TYPE(htm)"
Limit = 512
Match = "\[COLOR=\w\]"
        "$INEST(\[COLOR=\w\],\[/COLOR\])"
        "\[/COLOR\]"

Note that I had to escape [ and ] with a backslash as they are special characters in Proxomitron Smile!

If you find that it's not removing an instance, try increasing the byte limit.

EDIT: Whoops!

Try this:

Code:
[Patterns]
Name = "Remove [COLOR]"
Active = TRUE
URL = "$TYPE(htm)"
Limit = 50
Match = "(\[COLOR=\w\]|\[/COLOR\])"
Visit this user's website
Add Thank You Quote this message in a reply
Post Reply 


Messages In This Thread
RE: [Req] Would like to filter [Color] code with Proxomitron - Kye-U - Jan. 27, 2009 11:41 PM

Forum Jump: