Inline the HTML regex patterns in StringUtil
authorTim Düsterhus <duesterhus@woltlab.com>
Tue, 4 Jul 2023 13:51:08 +0000 (15:51 +0200)
committerTim Düsterhus <duesterhus@woltlab.com>
Tue, 4 Jul 2023 13:51:08 +0000 (15:51 +0200)
commit031529051e420ce139476c165e0bb13a30844037
tree70f93f130958b4ad74957c8c208295bd6935351c
parent845149bd61e393032d48f5b9493c733c8df6623b
Inline the HTML regex patterns in StringUtil

These are very specific to `StringUtil::stripHTML()` and cannot be usefully
used outside of that method. Inline them to improve readability and to remove
them from the public API.
wcfsetup/install/files/lib/util/StringUtil.class.php