You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+26-1Lines changed: 26 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -109,7 +109,6 @@ out = substringAfter( str, '' );
109
109
110
110
<!-- /.examples -->
111
111
112
-
113
112
<!-- Section for describing a command-line interface. -->
114
113
115
114
* * *
@@ -183,6 +182,22 @@ efg
183
182
184
183
<!-- /.references -->
185
184
185
+
<!-- Section for related `stdlib` packages. Do not manually edit this section, as it is automatically populated. -->
186
+
187
+
<sectionclass="related">
188
+
189
+
* * *
190
+
191
+
## See Also
192
+
193
+
- <spanclass="package-name">[`@stdlib/string/substring-before`][@stdlib/string/substring-before]</span><spanclass="delimiter">: </span><spanclass="description">return the part of a string before a specified substring.</span>
194
+
- <spanclass="package-name">[`@stdlib/string/substring-before-last`][@stdlib/string/substring-before-last]</span><spanclass="delimiter">: </span><spanclass="description">return the part of a string before the last occurrence of a specified substring.</span>
195
+
- <spanclass="package-name">[`@stdlib/string/substring-after-last`][@stdlib/string/substring-after-last]</span><spanclass="delimiter">: </span><spanclass="description">return the part of a string after the last occurrence of a specified substring.</span>
196
+
197
+
</section>
198
+
199
+
<!-- /.related -->
200
+
186
201
<!-- Section for all links. Make sure to keep an empty line after the `section` element and another before the `/section` close. -->
0 commit comments