Go Back   FlashFXP Forums > >

Project: FlashFXP Bug Reports Ticket Tools
ID: 1055 Category: FlashFXP Bug
Title: Server File Search - case sensitive Regex Pattern Status: Closed (Fixed / Implemented)
Severity: Medium Version: 5.1

Junior Member
dany
07-06-2015, 06:10 AM
Server File Search - case sensitive Regex Pattern

Hello,
I'm trying to make a case sensitive search, but I cannot get rx: (?-i) to work here. But it works in the standard Find
FlashFXP Developer
bigstar
07-09-2015, 11:16 AM
Re: Server File Search - case sensitive Regex Pattern

I have added a work around for this limitation, the latest build which is now available via liveupdate 5.1 build 3860 includes this change.
Junior Member
dany
07-09-2015, 12:57 PM
Re: Server File Search - case sensitive Regex Pattern

It still doesn't work after the update.
FlashFXP Developer
bigstar
07-09-2015, 01:24 PM
Re: Server File Search - case sensitive Regex Pattern

can you please show me the exact search string you're using
Junior Member
dany
07-09-2015, 02:33 PM
Re: Server File Search - case sensitive Regex Pattern

for example just search for an all upper case string:

rx: (?-i)AAA

doesn't find anything with AAA
but gives results with aaa
FlashFXP Developer
bigstar
07-09-2015, 03:24 PM
Re: Server File Search - case sensitive Regex Pattern

I have discovered that the field value is converted to lowercase and this is why it's failing, I will try to get it addressed in the next day or two.
FlashFXP Developer
bigstar
07-11-2015, 03:57 PM
Re: Server File Search - case sensitive Regex Pattern

This issue has been addressed in FlashFXP 5.1 build 3861
Junior Member
dany
07-16-2015, 01:38 PM
Re: Server File Search - case sensitive Regex Pattern

Thanks a lot, it's now working correctly.

One thing: By using (?-i) it seems not possible to search over directory boundaries

for example searching the path /a/b/c/
with these queries:

rx: (?-i)a/b No result
rx: a/b Found

But that's just a minor thing.
FlashFXP Developer
bigstar
07-16-2015, 09:28 PM
Re: Server File Search - case sensitive Regex Pattern

Yes (?-i) is limited to just the filename.
Junior Member
dany
07-18-2015, 04:27 PM
Re: Server File Search - case sensitive Regex Pattern

Ok, good to know.

Is there a shorter way to match upper case letters than [A-Z] ?
Is some programs I could use \u but it doesn't work here.
FlashFXP Developer
bigstar
07-19-2015, 03:55 PM
Re: Server File Search - case sensitive Regex Pattern

well you could use [[:upper:]] but its not shorter than using [A-Z]

Posting Rules
You may not post new tickets

Smilies are On
[IMG] code is On
HTML code is Off


All times are GMT -5. The time now is 09:39 AM.

Parts of this site powered by vBulletin Mods & Addons from DragonByte Technologies Ltd. (Details)