Toggle navigation
zoziha/easy_plplot
Module Usage
Contents
Source Files
Modules
Procedures
Programs
Source Files
Modules
Procedures
Programs
startsWith
Function
8 statements
Source File
utilities.f90
utilities_m
startsWith
Contents
None
public function startsWith(text, str) result(o)
Test if text starts 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