I have a string where there are single quotes (') and would like to split
but by setting, '''); , it breaks the code.
splitString = splitLines[i].Split(' ', ',', ';', '"', '(', ')', '!', '?', ':', '…', '„', '“', '¿', '¡');
asked by
05.03.2018 / 16:14