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 |
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. |
Some information of the method plist/regexp are listed below: | |
---|---|
Class name | plist |
Method name | regexp |
Category | Helper |
Package name | ltpda |
VCS Version | 8ab8cbbc4bccf7543491a24448f4aae0b1be1c43 |
Min input args | 1 |
Max input args | -1 |
Min output args | 1 |
Max output args | -1 |
![]() |
Method: plist/pset | Method: plist/remove | ![]() |
©LTP Team