Skip to content

Copy Operand At Caret

Copies a binary expression operand under the caret.

Example

val a = "some string" + 1334 + "another piece of string"
        ^^^^^^^^^^^^^   ^^^^   ^^^^^^^^^^^^^^^^^^^^^^^^^

The specified parts are the operands.

Remarks

Note

Supported languages:

  • java
  • kotlin
  • javascript
  • typescript
  • golang