Spdx-Java-Library icon indicating copy to clipboard operation
Spdx-Java-Library copied to clipboard

How to normalize the text for regex matching in src/main/java/org/spdx/utility/compare/TemplateRegexMatcher.java

Open sdheh opened this issue 1 year ago • 0 comments

I am trying to find the start of a potential license template match. src/main/java/org/spdx/utility/compare/TemplateRegexMatcher.java provides a public getStartRegex method but there is no public method for normalizing the text before using this method. Could you please provide such a method?

sdheh avatar Apr 18 '24 12:04 sdheh