- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for toMatchResult (0.05 seconds)
-
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);
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Thu Mar 12 23:22:57 GMT 2026 - 12.8K bytes - Click Count (0)