test if a CHARACTER string ends with a specified suffix
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | s | |||
character(len=*), | intent(in) | :: | e |
test if a CHARACTER string ends with any of an array of suffixs
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | s | |||
character(len=*), | intent(in) | :: | e(:) |
Test if a CHARACTER string ends with any of an array of string suffixs
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | s | |||
type(string_t), | intent(in) | :: | e(:) |