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
Refactor MenuArtConverter for extensibility and regex use
- Changed `MenuArtConverter` to a partial static class.
- Added `System.Text.RegularExpressions` for regex support.
- Introduced `ConvertMenuArtAsync` for asynchronous processing.
- Updated file renaming logic to use regex for better matching.
- Defined `CoachMatch` method for regex pattern matching.
- Added early return in renaming logic to improve efficiency.
0 commit comments