09/03/14 11:27:14 dkbcLuaI0
>>333
普通に考えれば、<!--Tyuusyaku--> から消費するんですが
[Patterns]
Name = "Replace A (before </html>) test1"
Active = TRUE
Limit = 256
Match = "(<!--Tyuusyaku-->)\#((((^</html>)?)++)\#A$SET(#= Replaced ))+{1,*}"
Replace = "\@"
検索対象「A」だけを消費したいってことでしょうか?
[Patterns]
Name = "Set flag test1"
Active = TRUE
Limit = 16
Match = "(^(^<!--Tyuusyaku-->))$SET(FLAG=1)$STOP()"
Name = "Replace A (flag) test1"
Active = TRUE
Limit = 256
Match = "A$TST(FLAG=1)"
Replace = " Replaced "