libsim  Versione6.3.0

◆ line_split_get_nlines()

integer function, public char_utilities::line_split_get_nlines ( type(line_split), intent(in)  this)

Return the number of lines over which the input line was splitted.

Parametri
[in]thisobject initialised with the line to be splitted

Definizione alla linea 1103 del file char_utilities.F90.

1103 
1104 do i =1,size(string)
1105  match(i)=string_match(string(i),pattern)
1106 end do
1107 
1108 end function string_match_v
1109 
1110 

Generated with Doxygen.