LTPDA Toolbox™ | contents | ![]() ![]() |
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 |
Sets for this method … |
---|
Default |
Default |
|||
---|---|---|---|
no description | |||
Key | Default Value | Options | Description |
utils.generic_getInfo | |||
PATTERN | '' | none | A pattern to search for. For further help, see MATLAB's regexp function. |
SEARCH | 'all' |
|
Specify what to search. You can choose to search the keys, the descriptions or all. |
IGNORE CASE | 1 |
|
Ignore case when searching. |
Example |
---|
plist('PATTERN', '', 'SEARCH', 'all', 'IGNORE CASE', [true]) |
Some information of the method plist/regexp are listed below: | |
---|---|
Class name | plist |
Method name | regexp |
Category | Helper |
Package name | ltpda |
VCS Version | 967b0eec0dece803a81af8ef54ad2f8c784b20b2 |
Min input args | 1 |
Max input args | -1 |
Min output args | 1 |
Max output args | -1 |
Can be used as modifier | 0 |
Supported numeric types | {'double'} |
![]() |
Method: plist/pset | Method: plist/remove | ![]() |
©LTP Team