We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7d049f commit 6cc9ac8Copy full SHA for 6cc9ac8
…tem/Methods/TextMethods/SubtextMethod.cs …tem/Methods/TextMethods/SubTextMethod.csCode/MethodSystem/Methods/TextMethods/SubtextMethod.cs renamed to Code/MethodSystem/Methods/TextMethods/SubTextMethod.cs
@@ -8,7 +8,7 @@
8
namespace SER.Code.MethodSystem.Methods.TextMethods;
9
10
[UsedImplicitly]
11
-public class SubtextMethod : ReturningMethod<TextValue>
+public class SubTextMethod : ReturningMethod<TextValue>
12
{
13
public override string Description =>
14
"Removes certain amount of characters from beginning and end of a text value.";
0 commit comments