Toggle navigation
Fortran Program
5.0.2
Source Files
Modules
Procedures
Derived Types
Programs
lowercase_string
Function
Jacob Williams
Source File
json_string_utilities.F90
json_string_utilities
lowercase_string
Variables
i
n
All Procedures
add_variables_to_input
escape_string
integer_to_string
json_core
json_file
lowercase_string
read_file
real_to_string
rename
test_1
test_10
test_11
test_12
test_13
test_14
test_15
test_16
test_17
test_18
test_2
test_3
test_4
test_5
test_6
test_7
test_8
test_9
to_unicode
unescape_string
valid_json_hex
public pure elemental function lowercase_string(str) result(s_lower)
Arguments
Type
Intent
Optional
Attributes
Name
character(kind=CK,len=*),
intent(in)
::
str
input string
Return Value
character(kind=CK,len=(len(str)))
lowercase version of the string
Variables
Type
Visibility
Attributes
Name
Initial
integer,
public
::
i
counter
integer,
public
::
n
length of input string