This repository contains samples of Csharp arrays.
Change History:
Version 0.0.1: added string array extension to split at index provided of a given string.
Version 0.0.2: converted to split at intervals instead of just only once. if required to do only once, set bool to false.
Version 0.0.3: converted to use array and removed cloned code.