Find only duplicate number in regex

Hello guys, so here is the extracted data from regex
image
the regex pattern is “45000\d+”

now i need only one value frrom duplicate number which is 4500043690
so the output should be only 4500043690
any help would be apreciated
thank you

2 posts were merged into an existing topic: Find duplicate number in regex