Hello,
I'm trying to replace:
Every - for 0.(for example: 000123214-1401851-0413 to 0001232140140185100413)
Every character with an accent for the same character without the accent (for example: "produccióninglés" to "produccioningles")
I wonder if can be replaced with a Regex.
Thank you.