On 20 August 2012 13:12, Steve Simon <st...@quintile.net> wrote:
> This is what I tried:
>
>         ,x/label="[^"]+"/ {
>                 x/ [a-z]/ | tr a-z A-Z
>         }
>
> sadly the inner 'x' searches onward in the file and not in
> the selection (dot) generated by the outer 'x'.

I do not see the reported behaviour. For me it searches through the
dot prepared by the first 'x' command... Thanks to the 'space'
character in the second 'x' it however capitalizes only the first
letter of any word in paranthesis which has a space in front of
itself.

Ruda

Reply via email to