I need more flexibility concerning the underscore and numbers, because I'm using several third-party packages in my project. As a result, I have some fields with and some without an underscore before the number (e.g. field_1 and field2).
My solution for this problem is to be able to choose on a class level which behavior to use.
The motivation for my PR is that I'd like to use a package (and not my repository) for installation.
I'm happy to add some documentation… Just let me know.
I need more flexibility concerning the underscore and numbers, because I'm using several third-party packages in my project. As a result, I have some fields with and some without an underscore before the number (e.g.
field_1
andfield2
).My solution for this problem is to be able to choose on a class level which behavior to use.
The motivation for my PR is that I'd like to use a package (and not my repository) for installation.
I'm happy to add some documentation… Just let me know.