@Harpoon ,
I mean in this situation if my sap row data have 3 row
3200xxxx
1300xxxx
1400xxxx
and I want to click on row starts with 32
So if you want to click in the element which starts with 32, then use a wild card after 32 as(32*) to replace all the upcoming values.
However, if you have a necessity of clicking on the item which either starts with 32 or 12, then use regex based selectors as explained in the below thread.
Regards,
Rohith