[Patterns] Name = "(berry) Kill [ Berry No ]" Active = TRUE URL = "$TYPE(htm)" Bounds = "<meta\s[^>]+>" Limit = 50 Match = "*name=$AV(berry)&*content=$AV(no)*" Replace = "<!-- Prx killed [Berry No] -->"
Name = "(berry bug) Kill space around [=] in [<a>] or [<img>]" Active = TRUE Multi = TRUE URL = "$TYPE(htm)" Bounds = "<(a|img)\s[^>]+>" Limit = 200 Match = "\0\s(href|src)\1(\s\=\s+|\=\s)*\2" Replace = "\0 \1=\2"
Name = "(berry bug) insert [RET] between [//-->] & [</script>]" Active = TRUE URL = "$TYPE(htm)" Bounds = "// -->[^\r\n]++</s(cript|tyle)(>|\s)" Limit = 200 Match = "\0(</s(cript|tyle)*)\1" Replace = "\0\r\n\1"