mirror of
https://github.com/jcreek/Creek.HelpfulExtensions.git
synced 2026-07-13 11:13:45 +00:00
9 lines
108 B
C#
9 lines
108 B
C#
using System;
|
|
|
|
namespace Creek.HelpfulExtensions
|
|
{
|
|
public static class StringExtension
|
|
{
|
|
}
|
|
}
|