Modify ↓
      
        Opened 12 years ago
Closed 12 years ago
#2407 closed Feature Request (Completed)
Window Titles and Text (Advanced) - Example - Proposal
| Reported by: | mlipok | Owned by: | guinness | 
|---|---|---|---|
| Milestone: | 3.3.9.19 | Component: | Documentation | 
| Version: | Severity: | None | |
| Keywords: | Cc: | 
Description
Please add a new example:
e.g. List windows matching a title defined by a regular expression
WinList('[REGEXPTITLE:(?i).*Scite.*]')
    Attachments (0)
Change History (3)
comment:1 Changed 12 years ago by mlipok
comment:3 Changed 12 years ago by guinness
- Milestone set to 3.3.9.19
- Owner set to guinness
- Resolution set to Completed
- Status changed from new to closed
Changed by revision [8749] in version: 3.3.9.19
Guidelines for posting comments:
- You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
- In-depth discussions should take place on the forum.
For more information see the full version of the ticket guidelines here.
Note: See
        TracTickets for help on using
        tickets.
    

I think the better example to use REGEXPTITLE should be this:
WinList('[REGEXPTITLE:(?i)(.*Scite.*|.*Internet Explorer.*)]')