Hi @rojda dilan küpeli
If you are trying to extract the eleven digit Token Number, then could you give this pattern a try?
\d{11}
Kind Regards,
Ashwin A.K
it is special composite number, it is not any 11 number. Do yu recommend any suggestions?
Hi @rojda dilan küpeli ,
You can first extract the number using \d+ and then use conditional statements to validate whether the digit is a special composite number or not.
If there are multiple tokens and only one of them are composite, then you can use the Extract All Matches Action and use the conditional statements to filter out the number you want.
Kind Regards,
Ashwin A.K
There are a lot of digits number, i want to subtract all of them. with your solution i just subtract 1 digit number.
Hi @rojda dilan küpeli ,
As mentioned above, please use the Extract All Matches Action.
Kind Regards,
Ashwin A.K