Need help with title to artist with only some part

I have in title /artist name in first until | character ..
how can replace with artist

example title : geeta rabari | koni pade entry |...

so first until | this artist name

You could try:
$regexp('geeta rabari | koni pade entry |...',(.*?)\| (.*),$2)