libsim
Versione 7.1.8
char_utilities
align_center
c2d
c2i
c2r
cstr_to_fchar
default_columns
f_nblnk
fchar_to_cstr
fchar_to_cstr_alloc
l_nblnk
line_split_get_line
line_split_get_nlines
line_split_new
lowercase
progress_line_alldone
progress_line_update_d
progress_line_update_i
string_match
string_match_v
suffixname
uppercase
wash_char
word_split
◆
lowercase()
character( len( input_string ) ) function, public char_utilities::lowercase
(
character( * ), intent(in)
Input_String
)
Convert a
CHARACTER
variable to lowercase.
Parametri
[in]
input_string
variable to be converted
Definizione alla linea
828
del file
char_utilities.F90
.
829
ENDIF
830
ENDDO
831
nlines = nlines + 1
832
ENDDO
833
834
!IF (nlines == 0)
835
ALLOCATE
(this%paragraph(this%ncols, nlines))
836
this%paragraph =
' '
837
! repeat filling the paragraph
838
nlines = 0
839
nw = 0
840
DO
WHILE
(nw < nwords)
841
columns_in_line = 0
842
words_in_line = 0
843
DO
WHILE
(nw < nwords)
Generated with
Doxygen
.