Modify ↓
Opened 13 years ago
Closed 13 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 by , 13 years ago
comment:3 by , 13 years ago
| Milestone: | → 3.3.9.19 |
|---|---|
| Owner: | set to |
| Resolution: | → Completed |
| Status: | new → closed |
Changed by revision [8749] in version: 3.3.9.19
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.*)]')