Modify ↓
Opened on Jun 7, 2026 at 2:54:06 PM
#4102 new Feature Request
Adds "StartsWith" / "EndsWith" options to _ArraySearch / _ArrayFindAll
| Reported by: | anonymous | Owned by: | |
|---|---|---|---|
| Milestone: | Component: | AutoIt | |
| Version: | Severity: | None | |
| Keywords: | _ArraySearch _ArrayFindAll | Cc: |
Description
_ArraySearch and _ArrayFindAll allow partial search with $iCompare = 1, how about adding StartsWith and EndsWith search option too?
Not important, just a convenient option, making theses functions a little bit more powerful, although a bit slow.
Without it, we can still use simple loop to perform such search, or using regex by escaping the search string and inserting a ^ or $, no big deal...
Attachments (0)
Note:
See TracTickets
for help on using tickets.
