Skip to content

Insert (?i) for case insensitive regular expressions #412

@HenkMutsaerts

Description

@HenkMutsaerts

For some regular expressions, especially those that are transferred through the pipeline layers, it is useful to make a regular expression case insensitive.

e.g.,
xASL_adm_GetFileList(ListFolders{iList},'(?i)(^datapar.*\.json$)'

becomes:

xASL_adm_GetFileList(ListFolders{iList},'^datapar.*\.json$'

Release notes

Make sure that the regular expressions for files are case insensitive

Metadata

Metadata

Assignees

Labels

optimizationEnsure that code runs faster with unchanged functionality

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions