I'm not a great specialist of RegEx and some simplifications are surely possible!AZJIO wrote: The "OR" group is used if at least one element is more than one character
[...]

I will study and take into consideration all your comments. . Thanks anyway

I'll review my code later to answerAZJIO wrote: why put part of the name in a group?Code: Select all
(\w)* = \w*

I know and I don't do like that too but, as I say, PB authorizes this syntax and I've used Debug as an example, but it could have been any other instruction set with a semicolon inside.AZJIO wrote: This is the wrong way to encode. I don't think anyone will write a program in one line. Unless someone codes specifically to make your program unable to analyze code, I don’t see any other reason to write code that way.
I'll take a look at it.Piero wrote: Did you see my post about "exclusive regexps"?
