plantFEM
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
operator(.in.)
Interface
MIT
3 statements
Source File
StringClass.f90
StringClass
operator(.in.)
Contents
Module Procedures
in_detect_char
public interface operator(.in.)
It detects whether a array of character is contained in the string or not.
Module Procedures
public function
in_detect_char
(key, chararg) result(ret)
Arguments
Type
Intent
Optional
Attributes
Name
character(len=*),
intent(in)
::
key
character(len=*),
intent(in)
::
chararg
Return Value
logical