- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for toMatchResult (0.11 sec)
-
build-logic/documentation/src/main/groovy/gradlebuild/docs/FindBrokenInternalLinks.java
while (matcher.find()) { MatchResult xrefMatcher = matcher.toMatchResult(); String link = xrefMatcher.group(1); if (link.contains("#")) { Matcher linkMatcher = linkWithHashPattern.matcher(link); if (linkMatcher.matches()) { MatchResult result = linkMatcher.toMatchResult(); String fileName = getFileName(result.group(1), sourceFile);
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Wed Aug 21 08:08:05 UTC 2024 - 9.4K bytes - Viewed (0)