Enum EPathMatchAlgorithm#

Enum Documentation#

enum class EPathMatchAlgorithm#

Algorithm to be used for matching the path to the pattern.

Values:

enumerator wildcards#

Use wildcards like ‘?’, ‘*’ and ‘**’.

enumerator regex#

Use regular expressins.