Spdx-Java-Library
Spdx-Java-Library copied to clipboard
How to normalize the text for regex matching in src/main/java/org/spdx/utility/compare/TemplateRegexMatcher.java
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?