SubtitleEdit / subtitleedit

the subtitle editor :)
http://www.nikse.dk/SubtitleEdit/Help
GNU General Public License v3.0
8.87k stars 916 forks source link

Refactor digit check logic to use CharUtils utility 🔧 #8951

Open ivandrofly opened 3 weeks ago

ivandrofly commented 3 weeks ago

Replaced occurrences of char.IsDigit with CharUtils.IsDigit for consistency and potential future enhancements. This change improves the readability and maintainability of the code by centralizing character utility functions.

Related to #1899