Public Member Functions | |
| logical function | strhead_cc (whole, head) |
Definition at line 198 of file dc_string.f90.
| logical function dc_string::strhead::strhead_cc | ( | character(len = *), intent(in) | whole, |
| character(len = *), intent(in) | head ) |
Check if string starts with head
Compares the beginning of string whole with string head. Returns .true. if they match, .false. otherwise. Returns .false. if whole is shorter than head.
| [in] | whole | String to check |
| [in] | head | Prefix string to match |
Definition at line 474 of file dc_string.f90.