Modify

#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)

Change History (0)

Modify Ticket

Action
as new The ticket will remain with no owner.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.