Method ao/search


  SEARCH selects AOs that match the given name.
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
  DESCRIPTION: SEARCH selects AOs that match the given name using a regular
               expression (help regexp).
 
  CALL:        b = search(a, 'foo')  % get all AOs from  called 'foo'
               b = search(a, 'foo*') % get all AOs from  with a name like 'foo'
               b = search(a, pl)
 
 
  This function returns the handles of the AOs that match the regular
  expression. No object copying is done.
 
  Parameters Description
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Method Details
Access public
Defining Class ao
Sealed 0
Static 0

Parameter Description

Default

no description
Key Default Value Options Description
REGEXP '' none A string specifying the regular expression
EXACT 0
  • 0
  • 1
A boolean specifying to look for an exact match or not
back to top back to top

Some information of the method ao/search are listed below:
Class name ao
Method name search
Category Helper
Package name ltpda
VCS Version 3542afe99dea25c636b7ac3b82a9f6f8be9d447d
Min input args 1
Max input args -1
Min output args 1
Max output args -1




©LTP Team