Good afternoon guys.
I'm extracting data from text using regular expressions. The problem is that the texts are generated daily and can happen to change the structure of the texts, so the expressions created must be changed frequently.
Would anyone know a way to "train" the created expressions?
If you do not, would you know any other way without using Regex?