3
I’m trying to make an appointment Regex
return to me in a source code file statements that are not public %%Enum Tipo
, but I’m not very familiar with Regex
and I’m having a little trouble, someone has some hint on how to do this.
Basically this Regex
would have to return me the statements:
public int Tipo
public int16 Tipo
that is, all that the type does not end with Enum
as an example:
public CaixaTipoEnum Tipo
it’s hard to understand what you want and what’s going on. Rewrite the question using punctuation and code formatting.
– Andre Figueiredo
I don’t usually wear it either
RegEx
. Just to give you a hint, it is already possible to find what you want semantically that is much better. Of course it’s not the simplest way, you need to learn a more complex API, but if that’s not all you need, this tool can be useful: https://roslyn.codeplex.com/– Maniero