Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
Maybe because it just import System Namespace, my sugestion is, just using 'String.Replace'Method (shoal.Replace(old, new))
Well, well, well. After all that overthinking, it's a simple math situation. Ugh.
I should have added the actual error message. Replace is definitely a member of Strings. Here is the error and link to the class:
/workspace/vb-test/src/Solution.vb(20) : error BC30456: 'Replace' is not a member of 'Strings'.
https://docs.microsoft.com/en-us/dotnet/api/microsoft.visualbasic.strings.replace?view=netframework-4.8#Microsoft_VisualBasic_Strings_Replace_System_String_System_String_System_String_System_Int32_System_Int32_Microsoft_VisualBasic_CompareMethod_
Since I marked the original post as a "Spoiler", I cannot see it. Worse yet, all the code I wrote is gone from the Kata when I go back to it. I'm new here and do not fully understand much of the processes here. Any help would be appreciated. Considering the spoiler designation, I suppose I won't see his post, nor any of its' comments after I post it.
EDIT: I can now see the post and this reply. Still could use some guidance on this one.
This comment is hidden because it contains spoiler information about the solution