We're trying to use target attribute to segment fe...
# ask-questions
b
We're trying to use target attribute to segment features based on device models e.g. if prop is in the list:
iPhone9,3
,
iPhone9,4
..., but Growthbook will separate the string into separate tokens due to
,
being inside the prop value. Is there any workaround to escape the comma character? 😕
r
Are you able to change the text from ​`iPhone9,3`​ to ​`iPhone9.4`​ or ​`iPhone9-3`​? Basically, can you use a different punctuation character?
b
The property value is defined by the system here, mapping the string here feels incorrect