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
VERSION: $Id: regexp.m,v 1.4 2012/03/07 19:51:08 ingo Exp $
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Method Details |
|
Access |
public |
Defining Class |
plist |
Sealed |
0 |
Static |
0 |
Parameter Description
Sets for this method … |
Default |
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 |
|
Ignore case when searching. |
back to top
Some information of the method plist/regexp are listed below: |
Class name |
plist |
Method name |
regexp |
Category |
Helper |
CVS Version |
$Id: regexp.m,v 1.4 2012/03/07 19:51:08 ingo Exp $ |
Min input args |
1 |
Max input args |
-1 |
Min output args |
1 |
Max output args |
-1 |
|
Method: plist/pset |
|
Method: plist/remove |
 |
©LTP Team