[Done] Problem with RepaceRegularExpression()

Post bugreports for the Windows version here
jassing
Addict
Addict
Posts: 1744
Joined: Wed Feb 17, 2010 12:00 am

[Done] Problem with RepaceRegularExpression()

Post by jassing »

I don't know if it's windows only, but there is an extra character being generated:

Code: Select all

CreateRegularExpression(0,"[0-9]*$")
Debug ReplaceRegularExpression(0,"test","")      ; results in "testt" (incorrect)
Debug ReplaceRegularExpression(0,"test0","")     ; results in "test" (correct)
Seems to work as-expected with 6.01x86, 6.00x64
Fred
Administrator
Administrator
Posts: 15950
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: [Done] Problem with RepaceRegularExpression()

Post by Fred »

Fixed.
Post Reply