StringiFor icon indicating copy to clipboard operation
StringiFor copied to clipboard

Strings Fortran Manipulator with steroids

Results 5 StringiFor issues
Sort by recently updated
recently updated
newest added

I suggest adding the topics `string`, `strings` in the About section.

enhancement

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...

enhancement

Improve documentation. Best should be do a @milancurcic [datetime](https://github.com/milancurcic/datetime-fortran): all doc in one plain README...

enhancement

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...

bug

### 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]...

enhancement