(byte[] b)
| 701 | */ |
| 702 | // This is visible for testing. |
| 703 | int[] findUTF8SubmatchIndex(byte[] b) { |
| 704 | return pad(doExecute(MachineInput.fromUTF8(b), 0, UNANCHORED, prog.numCap)); |
| 705 | } |
| 706 | |
| 707 | /** |
| 708 | * Returns an array of strings holding the text of the leftmost match of the regular expression in |