I did not know this. I took a look at Dyalog's API and it's not possible to
implement it fully, as it relies on their object oriented features.
However, the basic functionality wouldn't be hard to replicate, if that is
something that is desired.

Jürgen, what is your opinion on this?

On 22 September 2017 at 20:21, Jay Foad <jay.f...@gmail.com> wrote:

> FYI Dyalog has operators ⎕S (search) and ⎕R (replace) which are
> implemented with PCRE:
>
>       ('[Aa]..'⎕S'&')'Dyalog APL'
> ┌───┬───┐
> │alo│APL│
> └───┴───┘
>       ('red' 'green'⎕R'green' 'blue')'red orange yellow green blue'
> green orange yellow blue blue
>
> http://help.dyalog.com/16.0/Content/Language/System%20Functions/r.htm
>
> Jay.
>

Reply via email to