|
107 | 107 | * [radix](#radix)
|
108 | 108 | * [replace](#replace)
|
109 | 109 | * [rindex](#rindex)
|
110 |
| - * [rindexfromend `jvm`](#rindexfromend-jvm) |
111 | 110 | * [split](#split)
|
112 | 111 | * [sprintf](#sprintf)
|
113 | 112 | * [sprintfdirectives](#sprintfdirectives)
|
114 | 113 | * [sprintfaddargumenthandler](#sprintfaddargumenthandler)
|
115 | 114 | * [strfromcodes](#strfromcodes)
|
116 | 115 | * [strtocodes](#strtocodes)
|
117 | 116 | * [substr](#substr)
|
118 |
| - * [substr2 `jvm`](#substr2-jvm) |
119 |
| - * [substr3 `jvm`](#substr3-jvm) |
120 | 117 | * [tc](#tc)
|
121 | 118 | * [uc](#uc)
|
122 | 119 | * [unicmp_s](#unicmp_s)
|
@@ -1133,11 +1130,7 @@ Searching backwards through the `$haystack`, return the position at which
|
1133 | 1130 | specified, otherwise start from the last position.
|
1134 | 1131 |
|
1135 | 1132 | * `rindexfrom(str $haystack, str $needle, int $pos)` _Internal_
|
1136 |
| - |
1137 |
| -`rindex` is converted to this internal opcode by the compiler. |
1138 |
| - |
1139 |
| -## rindexfromend `jvm` |
1140 |
| -* `rindexfromend(str $haystack, str $needle)` _Internal_ |
| 1133 | +* `rindexfromend(str $haystack, str $needle)` `jvm` _Internal_ |
1141 | 1134 |
|
1142 | 1135 | `rindex` is converted to this internal opcode by the compiler.
|
1143 | 1136 |
|
@@ -1202,15 +1195,10 @@ If `$length` is specified, only return that many characters. The
|
1202 | 1195 | numbered variants required the args specified - the unnumbered
|
1203 | 1196 | version may use either signature.
|
1204 | 1197 |
|
1205 |
| -## substr2 `jvm` |
1206 |
| -* `substr2(str $str, int $position)` _Internal_ |
1207 |
| - |
1208 |
| -A JVM specific internal opcode for `substr`. |
1209 |
| - |
1210 |
| -## substr3 `jvm` |
1211 |
| -* `substr3(str $str, int $position, int $length)` _Internal_ |
| 1198 | +* `substr2(str $str, int $position)` `jvm` _Internal_ |
| 1199 | +* `substr3(str $str, int $position, int $length)` `jvm` _Internal_ |
1212 | 1200 |
|
1213 |
| -A JVM specific internal opcode for `substr`. |
| 1201 | +JVM specific internal opcodes for `substr`. |
1214 | 1202 |
|
1215 | 1203 | ## tc
|
1216 | 1204 | * `tc(str $str --> str)`
|
|
0 commit comments