SearchPattern Property

A search pattern for the GroupSearch method.

Syntax

public String getSearchPattern();
public void setSearchPattern(String searchPattern);

Default Value

""

Remarks

This property contains a search pattern for the GroupSearch method. The format of the pattern is the same as the patterns used by the UNIX 'find' command.

As an example, "* new *" will match all headers that contain the word "new".

This property is not available at design time.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks 2020 Java Edition - Version 20.0 [Build 8307]