From c46c7a606ccfd5c4d20f03355c594a413db84faa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=BF=97=E5=90=8C?= Date: Mon, 16 Dec 2024 14:42:36 +0800 Subject: [PATCH] Update Opcodes.md --- docs/n3/reference/Opcodes.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/docs/n3/reference/Opcodes.md b/docs/n3/reference/Opcodes.md index 92b62d2..6a8fd23 100644 --- a/docs/n3/reference/Opcodes.md +++ b/docs/n3/reference/Opcodes.md @@ -3084,6 +3084,35 @@ This opcode set defines instructions for stack operations, compound-type handlin Keeps only characters left of the specified point in a string. + + 8E + RIGHT + + + + + + + + + +
ba
+ + + + + + + + + +
a[^b]
+ + a[^b] + + Keeps only characters right of the specified point in a string. + + 90 INVERT