标签: java android nullpointerexception pattern-matching matcher
我有一些问题,我不知道如何解决它! :)
Pattern tablep = Pattern.compile("(<table.*</table>)"); Matcher tablem = tablep.matcher(page); if (tablem.find()) {table = tablem.group(1);}
这里是peace的{{1}} :( Docs)
peace
这是logcat:
regex
我确信该页面包含String