AutoHotkey Community

It is currently May 27th, 2012, 6:30 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 2 posts ] 
Author Message
PostPosted: March 11th, 2011, 1:49 pm 
Offline

Joined: March 11th, 2011, 1:06 pm
Posts: 2
Hello.

Bug reports for RegExReplace.
I tested with AHK_L Unicode(x86) v1.0.92.02 on Windows 7(x86/x64).

Condition:
Target string begins with a multibyte character.
Pattern is "^".
5th parameters(limit) is not a "1".

Example(If mojibake i'm sorry):
Code:
; Fail. ErrorLevel = -11
RegExReplace("あabc", "^", "a")

; It works
RegExReplace("あabc", "^", "a", "", 1)


Last edited by Nashi on March 12th, 2011, 2:10 pm, edited 1 time in total.

Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: March 12th, 2011, 2:09 pm 
Offline

Joined: March 11th, 2011, 1:06 pm
Posts: 2
v1.0.95.00 It works fine.
Thank you very much. :D


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: No registered users and 2 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group