Skip to content

Conversation

@lauchimoon
Copy link
Contributor

I opted to use isalnum function since it should handle most cases. It cannot however handle cases of files beginning with numbers.

I opted to use `isalnum` function since it should handle most cases. It
cannot however handle cases of files beginning with numbers.
@orcmid
Copy link
Contributor

orcmid commented Feb 26, 2024

It is good to use isalnum. Please see #3814 (comment) and subsequent comments for covering all cases and providing a utility function for this. I still have no idea why capitalization is needed. I think it is a misplaced application of the preprocessor identifier capitalization practice. That should be no issue in this use-case.

@raysan5 raysan5 merged commit f0807d2 into raysan5:master Feb 27, 2024
@raysan5
Copy link
Owner

raysan5 commented Feb 27, 2024

@lauchimoon Thank you very much for the review!

@lauchimoon lauchimoon deleted the exportdatafix branch February 27, 2024 12:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants