Hi guy i need some help on an pdf test file
i want to only take the first 6 digit of Cost Centre
however i use this regex i get another 6 digit letter
can someone help me out ?
I use matches
\b(\d{6})\b(?!.+\b\1\b)
however i will get 511413 which is not what i wan i just wan only 906001 example ?