I'm trying to make a query Regex
that returns me in a source code file statements that are not public %%Enum Tipo
, however I'm not very familiar with Regex
and I'm having a bit of trouble, hint how you can do this.
Basically this Regex
would have to return the statements to me:
public int Tipo
public int16 Tipo
that is, all type does not end with Enum
such as:
public CaixaTipoEnum Tipo