Toggle navigation
zoziha/easy_plplot
Module Usage
Contents
Source Files
Modules
Procedures
Programs
Source Files
Modules
Procedures
Programs
endsWith
Function
8 statements
Source File
utilities.f90
utilities_m
endsWith
Contents
None
public function endsWith(text, str) result(o)
Test if text ends with str
Arguments
Type
Intent
Optional
Attributes
Name
character,
intent(in)
::
text
Text to search
character,
intent(in)
::
str
String to look for
Return Value
logical
Contents
None