Add glob support for config file match #1746
Labels
help wanted
Please help with this issue!
source:F3DApplication
source:libf3d
type:enhancement
New feature or request
Milestone
Is your feature request related to a problem? Please describe.
F3D support being configured using config file, each config block applies to the files currently being loaded.
The pattern match is based on regex, which may not be very user friendly.
Lets improve that by adding other match type, especially
glob
Describe the solution you'd like
utils
match_type
json arg in F3DConfigFilesTools.cxx, egglob
,regex
,exact
Additional context
@snoyer Have a partial implement of glob -> regex somewhere
The text was updated successfully, but these errors were encountered: