Forgex—Fortran Regular Expression
Documentation
Source Files
Modules
Procedures
Derived Types
operator(.in.)
Interface
MIT
3 statements
Source File
forgex.F90
forgex
operator(.in.)
Contents
Module Procedures
operator__in
public interface operator(.in.)
Interface for user-defined operator of
.in.
Module Procedures
private pure elemental function
operator__in
(pattern, str) result(res)
The function implemented for the
.in.
operator.
Arguments
Type
Intent
Optional
Attributes
Name
character(len=*),
intent(in)
::
pattern
character(len=*),
intent(in)
::
str
Return Value
logical