<?php $yearSpan = '2020-2021'; echo preg_replace_callback('/\d+/', fn($m) => --$m[0], $yearSpan);
You have javascript disabled. You will not be able to edit any code.