[Solved] Replace Chars inside either side of string?
Well I was able to figure this out after a couple of days at it. This issue here is that Regex is that it will match a string as a whole, so if I wanted the exclude a character from a match I could do so by using Regex to drop either the first or … Read more