Define Regular Expresions C++

Regards…
I looking to define regular expresions for variables, structs, enums and macros in C++… and i can´t find the rules, please someone to help…

Thanks

Hello @leobip,

We usually call those rules “naming conventions”, and you can find the for instance by searching for that term: https://rules.sonarsource.com/cpp?search=naming.

Hope this helps,

Thanks Loic…

Those rules are what I am using but I cannot get the ones referring to the names of the variables, Structs, macros and enums. In C ++ Language
I’ve found them in Java and Python … it´s must be in C ++