IPWorks S/MIME 2020 Python Edition

Questions / Feedback?

search_pattern Property

A search pattern for the GroupSearch method.

Syntax

def get_search_pattern() -> str: ...
def set_search_pattern(value: str) -> None: ...

search_pattern = property(get_search_pattern, set_search_pattern)

Default Value

""

Remarks

This property contains a search pattern for the group_search 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".

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks S/MIME 2020 Python Edition - Version 20.0 [Build 8154]