bem_string_utils Module

ASCII 文字列操作ユーティリティ。


Used by

  • module~~bem_string_utils~~UsedByGraph module~bem_string_utils bem_string_utils module~bem_app_config bem_app_config module~bem_app_config->module~bem_string_utils module~bem_app_config_parser bem_app_config_parser module~bem_app_config->module~bem_app_config_parser module~bem_app_config_runtime bem_app_config_runtime module~bem_app_config->module~bem_app_config_runtime module~bem_app_config_parser->module~bem_string_utils module~bem_app_config_runtime->module~bem_string_utils module~bem_config_helpers bem_config_helpers module~bem_app_config_runtime->module~bem_config_helpers module~bem_injection bem_injection module~bem_app_config_runtime->module~bem_injection module~bem_mesh bem_mesh module~bem_app_config_runtime->module~bem_mesh module~bem_importers bem_importers module~bem_app_config_runtime->module~bem_importers module~bem_sheath_injection_model bem_sheath_injection_model module~bem_app_config_runtime->module~bem_sheath_injection_model module~bem_templates bem_templates module~bem_app_config_runtime->module~bem_templates module~bem_collision bem_collision module~bem_collision->module~bem_string_utils module~bem_config_helpers->module~bem_string_utils module~bem_field_solver bem_field_solver module~bem_field_solver->module~bem_string_utils module~bem_field_solver_eval bem_field_solver_eval module~bem_field_solver_eval->module~bem_string_utils module~bem_field_solver_eval->module~bem_field_solver module~bem_injection->module~bem_string_utils module~bem_injection->module~bem_collision module~bem_mesh->module~bem_string_utils module~bem_output_writer bem_output_writer module~bem_output_writer->module~bem_string_utils module~bem_performance_profile bem_performance_profile module~bem_performance_profile->module~bem_string_utils module~bem_sheath_model_core bem_sheath_model_core module~bem_sheath_model_core->module~bem_string_utils module~bem_sheath_model_core->module~bem_injection module~bem_sheath_runtime bem_sheath_runtime module~bem_sheath_runtime->module~bem_string_utils module~bem_sheath_runtime->module~bem_config_helpers module~bem_sheath_runtime->module~bem_sheath_model_core module~bem_app_config_parser_parse_utils bem_app_config_parser_parse_utils module~bem_app_config_parser_parse_utils->module~bem_app_config_parser module~bem_app_config_parser_validate bem_app_config_parser_validate module~bem_app_config_parser_validate->module~bem_app_config_parser module~bem_app_config_parser_validate->module~bem_config_helpers module~bem_field_solver_config bem_field_solver_config module~bem_field_solver_config->module~bem_field_solver module~bem_field_solver_tree bem_field_solver_tree module~bem_field_solver_tree->module~bem_field_solver module~bem_importers->module~bem_mesh module~bem_sheath_injection_model->module~bem_sheath_runtime module~bem_simulator bem_simulator module~bem_simulator->module~bem_app_config module~bem_simulator->module~bem_collision module~bem_simulator->module~bem_field_solver module~bem_simulator_loop bem_simulator_loop module~bem_simulator_loop->module~bem_performance_profile module~bem_simulator_loop->module~bem_simulator module~bem_templates->module~bem_mesh program~main main program~main->module~bem_app_config program~main->module~bem_mesh program~main->module~bem_output_writer program~main->module~bem_performance_profile program~main->module~bem_simulator module~bem_simulator_io bem_simulator_io module~bem_simulator_io->module~bem_simulator module~bem_simulator_stats bem_simulator_stats module~bem_simulator_stats->module~bem_simulator

Functions

public pure function lower_ascii(s) result(out)

ASCII 英字を小文字化した文字列を返す。

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: s

Return Value character(len=len)