Hi everybody,

(I used phpmyadmin-users mailing first but I did not receive any response so sorry for double-post)

I'm new to phpmyadmin development, so far I have been just passive daily user.
I think phpmyadmin is great and I would love to help making it even better.

I'm working on regex-replace interface for phpmyadmin:
http://sourceforge.net/tracker/index.php?func=detail&aid=1398891&group_id=23067&atid=377411


I would love to hear your thoughts about this concept I have, I suggest following UI:
http://karoldanko.com/img/regex-replace.png

The 'Rows to replace' is simply a where statement

The second fieldset contains user defined regular expression matches.
Each regexp has sort of ID which is later used when addressing correct token

The last fieldset contains fields to be replaced.
Fields are replaced by addressing ID of the match and token, e.g. #1$2 means token 2 from match 1

thank you in advance

Karol