Hello
So the basic RegEx is:
and I have some authors separated by "; " e.g. "Author; Second Author; Third"
How for such case the RegEx could look like?
So the basic RegEx is:
Code:
authors_split_regex = '(?i),?\\s+(and|with)\\s+'How for such case the RegEx could look like?







