A utility to help with parsing and reformating strings.
Removes file extension from filename while preserving scientific notation and dots in paths.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | filename |
File name |
Returned string with extension removed
Removes path from filename.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | filename |
File name |
Returned string with path removed
type :: stringtool_obj !> A utility to help with parsing and reformating strings. contains procedure, nopass :: RemoveExtension => stringtool_obj_RemoveExtension procedure, nopass :: RemovePath => stringtool_obj_RemovePath end type stringtool_obj