Hello all,
Does anyone know if its possible to use regular expressions (or something like) for setting up EntityNameStripPatterns in my project?
At the moment I have this:
{tbl_,SN_ECOMMERCE,SN_SHARED,SN_FILEMANAGER, .......}{}
I'd like to be able to do this:
{tbl,SN[A-Z0-9]+_}{}
Thanks,