HomeSort by relevance Sort by last modified time
    Searched full:sectionmatcher (Results 1 - 1 of 1) sorted by null

  /development/samples/Wiktionary/src/com/example/android/wiktionary/
ExtendedWikiHelper.java 251 Matcher sectionMatcher = sSectionSplit.matcher(wikiText);
252 while (sectionMatcher.find()) {
253 String title = sectionMatcher.group(1);
256 String sectionContent = sectionMatcher.group();

Completed in 36 milliseconds