Weird Support, bug reports ignored and deleted

A swapping-ground for Regular Expression syntax

Weird Support, bug reports ignored and deleted

Postby TheRegExpMaster » Fri Nov 07, 2014 2:17 am

I reported yesterday a bug on your regex implementation, with screenshots, and my message was deleted without any form of explanation.

And same will be with this message, I'm sure.

Keep spreading buggy software and deleting bug reports, I'm sure Bulk Rename utlity will end up being a great success !!!!!!

:evil: :evil: :evil: :evil: :evil:
TheRegExpMaster
 
Posts: 25
Joined: Wed Nov 05, 2014 8:45 pm

Re: Weird Support, bug reports ignored and deleted

Postby Admin » Mon Nov 10, 2014 4:55 am

Hi, sorry for the inconvenience, can you please re-post the issue with Regular Expressions? thanks
Admin
Site Admin
 
Posts: 2343
Joined: Tue Mar 08, 2005 8:39 pm

Re: Weird Support, bug reports ignored and deleted

Postby TheRegExpMaster » Wed Nov 12, 2014 12:48 pm

Well I've finally renamed all the files manually since I didn't find any help, but I can reproduce the problem easily.
You can download the files used for this test here : http://www62.zippyshare.com/v/76377483/file.html

I want to rename this : Bibiwww - Random text 16.02.14.nfo
To this : BibiXXX - 2014-02-16 - Random text.nfo

So I used this regular expression :
Match : ^Bibiwww\s+-\s+(.+)\s+(\d{2})\.(\d{2})\.(\d{2})$
Replace : BibiXXX - 20\4-\3-\2 - \1

But it appears that ".", which is supposed to match any character, refuses to match some special characters, and even normal ones !

Thanks for your help !

Image
TheRegExpMaster
 
Posts: 25
Joined: Wed Nov 05, 2014 8:45 pm

Re: Weird Support, bug reports ignored and deleted

Postby Aliraza351 » Tue Jan 06, 2015 11:14 am

The "123456ABCDE123FGH" text never changes, it is followed by a space and the date "20141114" (this changes from one file name to another), another space ,"LastName", comma+space, and "First name"
I want the everything until the name to remain unchanged,and the name transformed from "Smith, John Lewis" to "SmithJ".
Meaning I need to remove the comma+space characters and crop the FirstName into just the 1st Letter from the FirstName.

___________________
Worried about ccna tutorial pdf [http://www.pass4sure.co.uk/CCNA-training.html] exam & comptia network+ 642-242 [http://www.pass4sure.co.uk/300-101.html] We offer up-to-dated ECCouncil [http://www.pass4sure.co.uk/312-50v8.html] practice questions and www.smith.edu [http://www.smith.edu/] dumps with Maryland Institute College of Art [http://en.wikipedia.org/wiki/Maryland_Institute_College_of_Art]
Aliraza351
 
Posts: 1
Joined: Tue Jan 06, 2015 10:52 am


Return to Regular Expressions