A collection of commonly used functions for strings for Fortran.
Suggestions and code contributions are welcome.
use easy_string_m, only: to_upper, to_lower, to_string, f_c_string, operator(.fc.)
fpm run --example --all
通过 fpm ,可以直接引用 easy_string 包。
[dependencies]
easy_string = { git = "https://gitee.com/fortran-stack/easy_string.git" }
ford FORD-project-file.md
Latest API documentation is available at easy-string-api.