i kind of have a problem to filter out my string, cant figure out a simple way todo that,
i would love to split my string into and array where the words surrounded with {{WORD}}, get into one array piece and the string without into another,
lets say i have this string here:
{{participant_name}} picked {{picked_skills}} skills this round!
would love to split it into an array as following:
array[0]: {{participant_name}}
array[1]: picked
array[2]: {{picked_skills}}
array[3]: skills this round!
would appreciate all help i can get
{{a}} b c {{d}} e f g {{h}} {{i}} {{j}} k l m n o {{p}}?