Hello Friends
I need to filter my phoneNumber based on start two digit like.
i have PhoneNumber like
0234567
0223456
0344245
0334567
9890890
9807560
where number starts with 02 and 03 and 98..
Filter will contain these 3 values. 02,03,98.
If it is start with 02 and 03 then it is landlinenumber
and If it is start with 98 then it is Mobilenumber.
kindly help friends to do this task.