Changing different dates on multiple pdf at in a single time

Hello,
I found great the opportunity to change up to 10 pdf at time, but now i’m stuck with a problem:
How can I change different dates xx/xx/xxxx (of course I am speaking of different dates on each pdf) on multiple pdf to a single one?
Basically i need a “Jolly” character to use 10 times on the text to search for…

Thanks in advance,
Alessio

@asposealessio

Are you using our free web app or the on-premises API?

I’m using the free web app.
To be more precise, I am using this feature:
Cerca E Sostituisci Testo In PDF Documenti Utilizzando Regex (aspose.app)

1 Like

@asposealessio

We’re investigating this scenario. Your investigation ticket ID is WORDSAPP-136. You’ll be notified in case of any update.

@asposealessio Please use a regular expression to change any date string in your format. Just enter the following regex in the text box titled “Digita testo o espressione regolare”:
\d{2}\/\d{2}\/\d{4}

You can also use this regular expression to edit only the dates you need:
(01\/01\/2021)|(02\/01\/2021)|(03\/01\/2021)