I want extract strings from this text with regex:
¬~ZCC÷0¬ZAF÷~World¬~AA÷Eef~RZgth¬AD¬~AA÷jaKNedK8¬AD÷1502690400¬ADE÷~1502690400
expected output:
['ZCC÷0¬ZAF÷~World','AA÷Eef~RZgth¬AD','AA÷jaKNedK8¬AD÷1502690400¬ADE÷~1502690400']
the delimiter is
¬~
Thankyou