StringiFor
StringiFor copied to clipboard
Strings Fortran Manipulator with steroids
It would be helpful to have some info (after the compilation and test instructions) or a command to install automatically StringiFor on the system. I understand it could be complex...
Improve documentation. Best should be do a @milancurcic [datetime](https://github.com/milancurcic/datetime-fortran): all doc in one plain README...
The fix for bug #28 introduced a regression (or exposed a bug in gfortran 9.2.1). ```fortran module foo_m use stringifor implicit none type :: foo_t type(string), allocatable :: foo_s(:) contains...
### desiderata new methods #### [Python-str-like methods](https://docs.python.org/2/library/stdtypes.html#string-methods) - [x] UPPER/lower case transformation - [x] capitalize - [x] end_with suffix check - [x] start_with prefix check - [x] is_digit - [x]...