You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 12, 2023. It is now read-only.
Hi all
I am trying to shorten this list
"reserved": ["MW_Start","MW_inputClick","MW_Image","MW_buttonPressed","MW_inputClick","MW_changeMainSel","MW_changeImgSel"],
with
"keep_fnames": "/^MW_/",
but I cant find the right regex format.
How is the correct input?
Mani