With test-123!<br>
Filter ITL: 123.4567 rounds to [filter test-123]123.4567[/filter]<br>
Filter PERL: 123.4567 rounds to [perl] return $Tag->filter({ op => 'test-123', body => "123.4567" }); [/perl]<br>
Filter CALC: 123.4567 rounds to [calc] return $Tag->filter({ op => 'test-123', body => "123.4567" }); [/calc]<br>
Now with test_123!<br>
Filter ITL: 123.4567 rounds to [filter test_123]123.4567[/filter]<br>
Filter PERL: 123.4567 rounds to [perl] return $Tag->filter({ op => 'test_123', body => "123.4567" }); [/perl]<br>
Filter CALC: 123.4567 rounds to [calc] return $Tag->filter({ op => 'test_123', body => "123.4567" }); [/calc]<br>