Hi community!
I have an embedded data field,
high_stringof the form: "2: Pickles, 4:dog., 5: bottle, 13: rainbow."
I need to set a new embedded data field,
string_lengththat captures the wordcount (ignoring numbers) of this field (i.e., in the example above, it should be 4 since it's "pickles", "dog", "bottle" & "rainbow").
Anyone know how I can do this?
Thanks!
I don't know JS or regex, but I know it'll involve both. I suspect Qualtrics.setEmbeddedData & str.split