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: OnixLabs.Core/Extensions.String.cs
+42
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,7 @@
17
17
usingSystem.Globalization;
18
18
usingSystem.Linq;
19
19
usingSystem.Text;
20
+
usingOnixLabs.Core.Text;
20
21
21
22
namespaceOnixLabs.Core;
22
23
@@ -308,4 +309,45 @@ public static bool TryCopyTo(this string value, Span<char> destination, out int
308
309
/// <param name="after">The <see cref="String"/> that should succeed the current <see cref="String"/> instance.</param>
309
310
/// <returns>Returns a new <see cref="String"/> instance representing the current <see cref="String"/> instance, wrapped between the specified before and after <see cref="String"/> instances.</returns>
0 commit comments