Skip to content

Commit

Permalink
Updated operator list with new operators.
Browse files Browse the repository at this point in the history
  • Loading branch information
dloscutoff committed Oct 25, 2018
1 parent d95a921 commit 2355d3c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Documentation/Operator list.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,8 +222,14 @@ Operators are listed in ASCII order. See also the [precedence table](https://git

<code>aPUb</code> Push item to front of iterable (modifying argument in-place)

<code>PZa</code> Palindromize iterable, appending its reverse but without repeating the central item

<code>aQb</code> String equal

<code>QP</code> Quad-palindromize iterable, palindromizing it and also each of its items

<code>QR</code> Quad-reflect iterable, reflecting it and also each of its items

<code>aRbc</code> Replace each occurrence in Scalar `a` of substring or Pattern `b` with replacement `c`

<code>aRAbc</code> Replace item in iterable `a` at index `b` with replacement `c`
Expand All @@ -232,6 +238,8 @@ Operators are listed in ASCII order. See also the [precedence table](https://git

<code>RDa</code> Convert degrees to radians

<code>RFa</code> Reflect iterable, appending its reverse

<code>aRLb</code> Repeat List `a` `b` times

<code>aRMb</code> From Scalar remove substring(s) or regex matches; from List or Range remove item
Expand Down

0 comments on commit 2355d3c

Please sign in to comment.