Can not match file name in the unicode words in regular mode

A swapping-ground for Regular Expression syntax

Can not match file name in the unicode words in regular mode

Postby WanderMax » Fri Feb 13, 2015 2:38 am

Hi
I found that you app (2.713 x64) can not match file name in the unicode words , like chinese or japanese ones in the regular expression function.
Here is the example :

Code: Select all
????? - Yes!!.cue
????? - Yes!!.flac
????? - Yes!!.log
===>
Yes!! - ?????.cue
Yes!! - ?????.flac
Yes!! - ?????.log


Match : (.*) - (.*)
Replace : \2 - \1

Your forum can not support unicode strings, it becomes "???" in this thread~~
I upload it into cloud
http://pan.baidu.com/s/1i3KNkWl

PS : Is it possible to add new features in your next version?? Like custom the column, more language support??
Thanks again.
WanderMax
 
Posts: 6
Joined: Mon Feb 09, 2015 9:15 am

Return to Regular Expressions