Answer:
string dealSplit = fileTitle.Split(‘[‘, ‘]’)[1];
Resources: https://stackoverflow.com/questions/378415/how-do-i-extract-text-that-lies-between-parentheses-round-brackets
Answer:
string dealSplit = fileTitle.Split(‘[‘, ‘]’)[1];
Resources: https://stackoverflow.com/questions/378415/how-do-i-extract-text-that-lies-between-parentheses-round-brackets