5
Hello, I need help with a regular expression that satisfies some occurrences of a text file.
In this case, I need a regular expression that finds occurrences where there are a minimum number of characters in a pattern. For example:
I have the following string:
"'C'; 'AEBDCEAB'; 'A'; 'B'"
...
In case, I want to get only the characters of "AEBDEAB"
, so that I can use each one (in the case, the grouping is for each character, and not the whole group, as in a /[A-E]/
).
I could not understand what you want. Try to put an example and, as in the case above, because one satisfies and the other does not. Perhaps the minimum definition is missing.
– user4552