Table panel: Regex on column values

Hi all,
I’m using GraphQL datasource with Table panel (grafana 7.4.2).
I would apply a regex on values of a colums.
Example:
values returned from GraphQL query: XYZ/123, ZYX/567, ABC/777
should be showed in table as:
123, 567, 777 (only numeric part of value)

How can I reach this results?
Thanks in advance.
Regards