https://github.com/everythingfunctional/strff
A library of string functions for Fortran.
https://github.com/everythingfunctional/strff
fortran string-manipulation
Last synced: 5 months ago
JSON representation
A library of string functions for Fortran.
- Host: GitHub
- URL: https://github.com/everythingfunctional/strff
- Owner: everythingfunctional
- License: mit
- Created: 2022-03-31T21:11:30.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-14T19:51:13.000Z (almost 3 years ago)
- Last Synced: 2024-12-30T13:55:23.726Z (7 months ago)
- Topics: fortran, string-manipulation
- Language: Fortran
- Homepage:
- Size: 155 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
strff
=====[](https://gitlab.com/everythingfunctional/strff/commits/main)
This module defines a library of string functions not available as intrinsics,
but which are generally available in other languages. For example, the generic
`to_string` function is provided for converting intrinsic types to strings. I.e.
`print *, "The answer is: " // to_string(42)`.Find the documentation [here](https://everythingfunctional.gitlab.io/strff).