i need regex to match follow by tens only
example
10 true
25 false
20 true
45 false
50 true
100 true
110 true
125 false
1150 true
1155 false
4450 true
and thank you for your time
Blancer.com Tutorials and projects
Freelance Projects, Design and Programming Tutorials
i need regex to match follow by tens only
example
10 true
25 false
20 true
45 false
50 true
100 true
110 true
125 false
1150 true
1155 false
4450 true
and thank you for your time