to_sentence Interface

public interface to_sentence

Returns the sentencecase version of the character sequence hold by the input string

This method is elemental and returns a new string_type instance which holds this sentencecase character sequence

Calls

interface~~to_sentence~2~~CallsGraph interface~to_sentence~2 to_sentence proc~to_sentence_string to_sentence_string interface~to_sentence~2->proc~to_sentence_string proc~maybe maybe proc~to_sentence_string->proc~maybe to_sentence_ to_sentence_ proc~to_sentence_string->to_sentence_

Module Procedures

private elemental function to_sentence_string(string) result(sentence_string)

Convert the character sequence hold by the input string to sentence case

Arguments

Type IntentOptional Attributes Name
type(string_type), intent(in) :: string

Return Value type(string_type)