Post Reply 
How to halt the match after the first instance
Aug. 09, 2019, 06:31 PM
Post: #2
RE: How to halt the match after the first instance
Code:
[Patterns]
Name = "Use Bounds"
Active = FALSE
Bounds = "<li class="user">*</div>  </li>"
Limit = 256
Match = "*(jason|julia|jeff)*"

[Patterns]
Name = "Use &&"
Active = FALSE
Limit = 256
Match = "<li class="user">*</div>  </li>"
        "&&"
        "*(jason|julia|jeff)*"

[Patterns]
Name = "Use Different Wild Card"
Active = FALSE
Limit = 256
Match = "<li class="user">[^/]++(jason|julia|jeff)*"
        "</div> "
        "</li>"

[Patterns]
Name = "Target Title Attribute"
Active = FALSE
Limit = 256
Match = "<li class="user"> "
        "<div title=$AV(jason|julia|jeff)"
        "*"
        "</div> "
        "</li>"
Add Thank You Quote this message in a reply
[-] The following 1 user says Thank You to JJoe for this post:
zoltan
Post Reply 


Messages In This Thread
RE: How to halt the match after the first instance - JJoe - Aug. 09, 2019 06:31 PM

Forum Jump: