On 2017-07-08 19:04 +02, a...@koldfront.dk (Adam Sjøgren) wrote:
> Göktuğ writes:
>
>> where ‘’ is a short word of only alphanumerical characters.
>> What am I doing wrong?
>
> There is this odd thing that a word-boundary match is tacked on to the
> beginning and start of the regexp, which sometime
Göktuğ writes:
> where ‘’ is a short word of only alphanumerical characters.
> What am I doing wrong?
There is this odd thing that a word-boundary match is tacked on to the
beginning and start of the regexp, which sometimes is confusing.
I usually get around it by sticking ".*" to either, or bot