Method plist/regexp


  REGEXP performs a regular expression search on the input plists.
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
  DESCRIPTION: REGEXP performs a regular expresssion search on the combined
               set of keys of the input plists. The method returns a plist
               containing all matching parameters.
 
  CALL:
            out = regexp(pl, pattern);
 
  Parameters Description
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Method Details
Access public
Defining Class plist
Sealed 0
Static 0

Parameter Description

Default

no description
Key Default Value Options Description
PATTERN '' none A pattern to search for. For further help, see MATLAB's regexp function.
SEARCH 'all'
  • 'all'
  • 'keys'
  • 'descriptions'
Specify what to search. You can choose to search the keys, the descriptions or all.
IGNORE CASE 1
  • 1
  • 0
Ignore case when searching.
back to top back to top

Some information of the method plist/regexp are listed below:
Class name plist
Method name regexp
Category Helper
Package name ltpda
VCS Version 175910878ca914560542d679d9d392de37438d84
Min input args 1
Max input args -1
Min output args 1
Max output args -1




©LTP Team