In java it is possible to get text index of pattern in string using regex in ... Pattern pattern = Pattern.compile(regex); ... if (matcher.find()) {.
確定! 回上一頁