; the @rev operator reverses strings and arrays @rev "abc" ; returns "cba" ; or the same thing using a pointer expression !~r "abc"