(REF) TokenProcessor - Use preg_replace_callback() instead of strtr()
authorTim Otten <totten@civicrm.org>
Thu, 9 Sep 2021 22:38:35 +0000 (15:38 -0700)
committerTim Otten <totten@civicrm.org>
Thu, 9 Sep 2021 22:38:35 +0000 (15:38 -0700)
commitc7ab366b9126babdc164e01cbc21dc840f8fe6e6
treef9b6d0e1776f2c6325aef36a7b2a278af6a1ca8c
parent516806c917e6e49339765a9d9363383a9a6c9b52
(REF) TokenProcessor - Use preg_replace_callback() instead of strtr()

This will allow more complicated token expressions.
Civi/Token/TokenProcessor.php