I have a table column that includes string like:
1,3,10,15
or
2,1,4,5...
Amount of numbers can change. I need a regular expression that will bring me the column that includes exactly "1" for the first string "1,3,10,15".
It shouldn't choose it because of 10 or 15, so "3, 10, 15" for this string, it shouldn't be selected.