fortplot
Documentation
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
ends_with
Function
13 statements
Source File
fortplot_spec_rendering_utils.f90
fortplot_spec_rendering_utils
ends_with
Contents
public function ends_with(text, suffix) result(matches)
Arguments
Type
Intent
Optional
Attributes
Name
character(len=*),
intent(in)
::
text
character(len=*),
intent(in)
::
suffix
Return Value
logical