I need the regular expression paattern for the following request.
Source : "abc\\;xysy;xyzablec;yhaxhed\\\\;lkjfsda"
Pattern : Split the string into arrays by semicolon(;), but the semicolon not followed the slash(\) one or more time.
Expected output: [bc\\;xysy],[xyzablec],[yhaxhed\\\\;lkjfsda]
Is this possible, from analyse-- patter executes from left to right, once travels it will never back. Also we can able to union or intersection between the patterens.
But these topics are not satisfied from my request. Please help me, very urgent