File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -93,19 +93,21 @@ module stdlib_strings
93
93
module procedure :: replace_all_char_char_char
94
94
end interface replace_all
95
95
96
- ! > Left pad the input string
97
- ! > [Specifications](link to the specs - to be completed)
98
96
! > Version: experimental
97
+ ! >
98
+ ! > Left pad the input string
99
+ ! > [Specifications](../page/specs/stdlib_strings.html#padl)
99
100
interface padl
100
101
module procedure :: padl_string_default
101
102
module procedure :: padl_string_pad_with
102
103
module procedure :: padl_char_default
103
104
module procedure :: padl_char_pad_with
104
105
end interface padl
105
106
106
- ! > Right pad the input string
107
- ! > [Specifications](link to the specs - to be completed)
108
107
! > Version: experimental
108
+ ! >
109
+ ! > Right pad the input string
110
+ ! > [Specifications](../page/specs/stdlib_strings.html#padr)
109
111
interface padr
110
112
module procedure :: padr_string_default
111
113
module procedure :: padr_string_pad_with
You can’t perform that action at this time.
0 commit comments