Open ineswillenbrock opened 4 years ago
If one modifies the regular expression like so /\[b\](.*)\[\/b\]/iU
-- adds an "U" to it -- it works fine.
Do you want/need a patch for that?
I can confirm that this is still an issue in
TYPO3 10.4.10 typo3_forum 1.0-dev PHP 7.3
The regular expression fix works, though. It would be nice if this would be included in the standard setup, so you don't have to fix it manually afterwards.
TYPO3 9.5.13 typo3_forum 1.2 migrated from mm_forum via typo3_forum 1.1.1 PHP 7.2
There seem to be some trouble with the regular expressions - but my knowledge there is nearly zero.
I write something like this:
The part between the first
[b]
and the last[/b]
is set in bold, and the[b]
and[/b]
between that are not replaced like shown in the screenshot. The newline after the `[/u]´ and "absatz" seems to break that behaviour.The used regular expression is
/\[b\](.*)\[\/b\]/i
Any ideas?