| Did you know ... | Search Documentation: |
| Get methods |
<-find
on the chain of dict<-members.
<-find_all ->for_some ->for_all<-find_all
on the chain of dict<-members.
<-match <-find<-members
whose dict<-label (or dict<-key
if the dict<-label is @default)
has the specified prefix. The search starts at the nth dict_item
(0-based). The last argument requests case-insensitive (@on)
or case-sensitive (@off).
Diagnostics: # Start index: 0
<-match
@see dict.sort_ignore_case<-label
(or dict_item<-key
when the label is @default)
match (using char_array->sub)
the argument name.
Note that more complicated searches may be performed using dict<-find_all.
Bugs: Should allow for case-insensitive matching.
<-find_all <-find_prefix <-member|dict_item -> dict_item<-dict
equals this dict. Otherwise, invoke hash_table<-member
on dict<-table
and return the result.
Note that many of the methods of the class that require a member
dict_item argument use dict<-member
to find the dict_item.
<-match