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(:) |