hpcflow.sdk.core.utils.search_dir_files_by_regex#

hpcflow.sdk.core.utils.search_dir_files_by_regex(pattern, directory='.')#

Search recursively for files in a directory by a regex pattern and return matching file paths, relative to the given directory.

Parameters:
Return type:

list[str]