Skip to content

Commit 7f06dd2

Browse files
committed
Updated C# owoifier
Removed Duplicate
1 parent b9cdf29 commit 7f06dd2

File tree

2 files changed

+0
-1
lines changed

2 files changed

+0
-1
lines changed

C#/owoify.cs

-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ public static string owoify(string String)
4444
str = Regex.Replace(str, ":o", "owo", RegexOptions.IgnoreCase);
4545
str = Regex.Replace(str, ":O", "OwO", RegexOptions.IgnoreCase);
4646
str = Regex.Replace(str, @":\\", ":3", RegexOptions.IgnoreCase);
47-
str = Regex.Replace(str, ":o", "owo", RegexOptions.IgnoreCase);
4847

4948
str = prefix[rnd.Next(0, prefix.Length)] + " " + str + " " + suffix[rnd.Next(0, suffix.Length)];
5049

C#/owoify.dll

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)