How to separate specific string using split

Hi,

i want to separate “Clarity - give manager rights on resources” from whole string .how can i do this using split or any other method? please help me with the same.
check below image , variable contains below data.

you can try with a regex:
grafik

but the data looks like a JSON, so JSON serializing and retrieval on this approach would be more clean.

Yes it is json data