|
From: Michaël M. <mic...@fr...> - 2013-09-08 09:10:22
|
Hi, As far as I know, replacement string can only use literal characters and reference to a group of your regex. There is no way to "process" the result of the match operation to transform lowerCase lettres to upperCase or the other way. To make what you want in jEdit, beanshell option is the way to go. Michaël > On 08/09/2013, Bo Iseborn <bos...@ho...> wrote: >> Hi! >> >> You probably had the "Whole word" checkbox checked in the Search And >> Replace >> dialog. Uncheck it and your regex should work. >> > Don't have 'whole word' check box in my dialogue window. Anyway the > suggestion to use a beanshell snippet was successful, although would > like to achieve the result using regular expression. > > ------------------------------------------------------------------------------ > Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more! > Discover the easy way to master current and previous Microsoft technologies > and advance your career. Get an incredible 1,500+ hours of step-by-step > tutorial videos with LearnDevNow. Subscribe today and save! > http://pubads.g.doubleclick.net/gampad/clk?id=58041391&iu=/4140/ostg.clktrk |