Swapping names with special(unicode) characters around

A swapping-ground for Regular Expression syntax

Swapping names with special(unicode) characters around

Postby novanop » Tue Nov 03, 2015 9:29 am

Hi,
I'm having trouble swapping two names with special characters around. For example, this is the result I want:

Before:
Áo Xanh - Phi Nhung HD.txt
Tim Krabbé - Een Goede.txt

After:
Phi Nhung HD - Áo Xanh.txt
Een Goede - Tim Krabbé.txt

I've tried Match: (.+)( - )(.+) and Replace: \3\2\1 but it doesn't work. Any help would be appreciated, thanks.

EDIT: spelling
novanop
 
Posts: 2
Joined: Tue Nov 03, 2015 9:23 am

Re: Swapping names with special(unicode) characters around

Postby Stefan » Tue Nov 03, 2015 4:12 pm

Hi novanop,

currently only default English code page (English characters) is supported.




 
Stefan
 
Posts: 736
Joined: Fri Mar 11, 2005 7:46 pm
Location: Germany, EU

Re: Swapping names with special(unicode) characters around

Postby Admin » Wed Nov 04, 2015 12:22 am

UNICODE support for regular expressions will be included in the upcoming new release.
Admin
Site Admin
 
Posts: 2343
Joined: Tue Mar 08, 2005 8:39 pm

Re: Swapping names with special(unicode) characters around

Postby novanop » Wed Nov 04, 2015 1:54 am

Thanks for the reply. Would you be able to give me an approximate date of the next release?
novanop
 
Posts: 2
Joined: Tue Nov 03, 2015 9:23 am

Re: Swapping names with special(unicode) characters around

Postby Admin » Wed Nov 04, 2015 11:14 am

Hopefully 2 or 3 weeks
Admin
Site Admin
 
Posts: 2343
Joined: Tue Mar 08, 2005 8:39 pm


Return to Regular Expressions