字符串操作

Find us on…

The Web Download the Source

fortran-stack/easy_string

字符串操作

Netlify Status

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

Build with fortran-lang/fpm

fpm run --example --all

通过 fpm ,可以直接引用 easy_string 包。

[dependencies]
easy_string = { git = "https://gitee.com/fortran-stack/easy_string.git" }

API Documentation

ford FORD-project-file.md

Latest API documentation is available at easy-string-api.

Reference

Developer Info

左志华

Developer picture

哈尔滨工程大学-船舶与海洋结构物设计制造,在读学生

Source Files

Modules