View Single Post
Old 11-04-2017, 11:30 AM   #1
font332
Connoisseur
font332 began at the beginning.
 
Posts: 54
Karma: 10
Join Date: Dec 2015
Device: kpw2
Splitting multiple author names - RegEx little modification?

Hello

So the basic RegEx is:

Code:
authors_split_regex = '(?i),?\\s+(and|with)\\s+'
and I have some authors separated by "; " e.g. "Author; Second Author; Third"

How for such case the RegEx could look like?
font332 is offline   Reply With Quote