I want to select an eight digit number without any space or hyphen even if it presents. In the below snippet i want to select only 01299100 and regex should not take the number 00210000 by excluding - or space.
@Tiberiu_Niculescu Thank you. This is the same I used but it selects this number “00210000” also. I don’t want it get selected. this number is actually a toll free number : 0008-00210000
@Tiberiu_Niculescu. Thank you and still working to get the final result. want to get selected “01299100” and need to exclude space also and both the number “01299100” in the above snippet need to get highlighted