Hey I need help splitting a string. The thing is i only need the words between the " - " . for example:
ABC_DEF-HIJ (KL MNOP_QRS)
I need to store DEF in string1 and HIJ in string2
some other formats are
AB (CDE)_FGH IJK/LMN-OPQ (RST
here too string1 = LMN
string2 = OPQ
I only need the words after and before the " - "