lcompilers / lpython

Python compiler
https://lpython.org/
Other
1.37k stars 157 forks source link

Added APIs isalnum() and isnumeric() in string object #2582

Closed Kishan-Ved closed 4 months ago

Kishan-Ved commented 4 months ago

Towards: https://github.com/lcompilers/lpython/issues/2356

APIs added:

These have been tested extensively, for both compile time and run time tests.

Kishan-Ved commented 4 months ago

It looks good to me! Thanks for this! Amazing work @Kishan-Ved!

Thank you! I'm happy to contribute 😊.