dynamic conditional formatting

Hi,

We have a dynamic view (sum of sub-views) in UX, where we show all years having value.
we want to put conditional formatting only for those years.
Is there a way to do this in UX?
I do not want to apply conditional format on previous columns.
Can we do something like all columns starting with 2*?
If we hardcode all columns, of course it is working.
but can we have a generic logic?

 "table": {
    "columnFormat": {
      "2*": [
        {
          "dataColumn": "Spread",
          "condition": "!=",
          "value": "Manual",
          "readOnly": true
        }
      ],

We have implemented cell security in TM1 side for now.