[Geany] New to geany: regexp problem
Alessandro Pasotti
apasotti at xxxxx
Thu May 24 07:36:17 UTC 2012
2012/5/24 Lex Trotman <elextr at gmail.com>:
> On 24 May 2012 17:07, Alessandro Pasotti <apasotti at gmail.com> wrote:
>> Hi all,
>>
>> Recently I started using Geany and I like it very much, light,
>> configurable and fast.
>>
>> The only thing I miss is that I cannot use \d, \w and \s (shorthand
>> character classes matching digits, word characters etc.) in regexp
>> search/replace, is this just me?
>>
>> A feature or a bug?
>>
>> Should I file a ticket?
>>
>> I'm on latest (k)ubuntu Linux 64 bit if that matters.
>
> Hi,
>
> Works for me, what version are you using?
Hi Lex,
thanks for checking, version is 0.21, one expression that doesn't work
is for instance:
text:
pind2dir, pind12dir
regexp (doesn't work):
pind(\d+)dir
regexp (this works):
pind([0-9]+)dir
Have a nice day!
--
Alessandro Pasotti
w3: www.itopen.it
More information about the Users
mailing list