Detail
Detail
Bugfix
null is considered a "neutral element" in TLScript for most operations. An operation on null returns null. However, when searching with regular expressions, a NullPointerException is thrown instead.
Test
- test.com.top_logic.model.search.expr.TestSearchExpression.testRegexNull()