haxeui-core icon indicating copy to clipboard operation
haxeui-core copied to clipboard

Regexp compilation error: lookbehind assertion is not fixed length

Open EliteMasterEric opened this issue 7 months ago • 1 comments

Called from haxe.ui.util.StringUtil::boot haxe/ui/util/StringUtil.hx line 90
Called from EReg::new C:\Haxe\Haxe436\haxe\std/cpp/_std/EReg.hx line 33
Error : Regexp compilation error : lookbehind assertion is not fixed length in \B(?=(\d{3})+(?!\d))(?<!\.\d*)

Platform: Windows 10, HXCPP, Haxe v4.3.6.

This appears to be tied to the change made recently in #671. Reverting to a1faab7 resolves the error.

EliteMasterEric avatar Apr 09 '25 00:04 EliteMasterEric

should be fixed in latest, PR: https://github.com/haxeui/haxeui-core/pull/673

ianharrigan avatar Apr 09 '25 08:04 ianharrigan