File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 18
18
! ! - **OPERATOR(.IN.)** Check if array of **TYPE(STRING_T)** matches a particular **CHARACTER** string
19
19
! ! - [[GLOB]] function compares text strings, one of which can have wildcards ('*' or '?').
20
20
! !### Miscellaneous
21
- ! ! - [[LEN_TRIM]] Determine total trimmed length of **string_t ** array
22
- ! ! - [[FNV_1A]] Hash a **CHARACTER** (*) string of default kind or a **TYPE(STRING_T)** array
21
+ ! ! - [[LEN_TRIM]] Determine total trimmed length of **STRING_T ** array
22
+ ! ! - [[FNV_1A]] Hash a **CHARACTER(*)** string of default kind or a **TYPE(STRING_T)** array
23
23
! ! - [[REPLACE]] Returns string with characters in charset replaced with target_char.
24
24
! ! - [[RESIZE]] increase the size of a **TYPE(STRING_T)** array by N elements
25
- ! ! adding separators and suffix and prefix strings
26
25
! !
27
26
! !@note `If compiled with **OpenMP**, targets will be build in parallel where possible`.
28
27
! !
You can’t perform that action at this time.
0 commit comments