Open ivandrofly opened 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.
char.IsDigit
CharUtils.IsDigit
Related to #1899
Replaced occurrences of
char.IsDigit
withCharUtils.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