On 02/09/2013 19:45, Andriy Gapon wrote:
> It seems that the code works like this:
> - first it matches "cd0 " and "removes" it
> - then it passes "cd1 xx" for matching with a flag that tells that this is not
> a real start of the string
> - thus the matching code
> o knows that this is not a re
On 02/09/2013 16:09, Damian Weber wrote:
On Mon, 2 Sep 2013, Andriy Gapon wrote:
re_format(7) says:
There are two special cases? of bracket expressions: the bracket expres?
sions ?[[:<:]]? and ?[[:>:]]? match the null string at the beginning and
end of a word respectively. A
On Mon, Sep 2, 2013 at 7:45 PM, Andriy Gapon wrote:
> on 02/09/2013 17:54 Andriy Gapon said the following:
>>
>> re_format(7) says:
>> There are two special cases‡ of bracket expressions: the bracket expres‐
>> sions ‘[[:<:]]’ and ‘[[:>:]]’ match the null string at the beginning and
>>
on 02/09/2013 17:54 Andriy Gapon said the following:
>
> re_format(7) says:
> There are two special cases‡ of bracket expressions: the bracket expres‐
> sions ‘[[:<:]]’ and ‘[[:>:]]’ match the null string at the beginning and
> end of a word respectively. A word is defined as a seq
On Mon, 2 Sep 2013, Andriy Gapon wrote:
> re_format(7) says:
> There are two special cases? of bracket expressions: the bracket expres?
> sions ?[[:<:]]? and ?[[:>:]]? match the null string at the beginning and
> end of a word respectively. A word is defined as a sequence of word
re_format(7) says:
There are two special cases‡ of bracket expressions: the bracket expres‐
sions ‘[[:<:]]’ and ‘[[:>:]]’ match the null string at the beginning and
end of a word respectively. A word is defined as a sequence of word
characters which is neither preceded nor fol