I once got this from chaley for the KTE Driver and subtitles after colon. Maybe this will help someone.
Code:
program:
v_1 = '';
list_split($title, ':', 'v');
# Enter v_0 for the text before the colon, v_1 for the text after the colon
# This doesn't work if the title or subtitle part contains extra colons
# v_1 is empty if there are no colons at all
v_1
https://www.mobileread.com/forums/sh...postcount=2828