Forum Discussion
PrashantMaheshw
Qrew Captain
An example of the string will help
{{ b.content.split(':"')[1].split(',')[0] }}
Based on gut feel , you want to split the string twice, once with : and then with , .
Above is based on scenario , these two delimiters would always be present otherwise this will throw an error.
------------------------------
Prashant Maheshwari
------------------------------
MelissaFreel1
2 years agoQrew Cadet
Prashant:
Thanks! This is what I was thinking, but was unsure of the "seperator" to join the two splits. You gave me the "." and that is what I needed.
------------------------------
Melissa Freel
------------------------------