fcl-md: IsRegexMatch is not needed?
markdown.utils.pas: ``` // Return true if aContent is a match for regular expression aRegex function IsRegexMatch(const aContent, aRegex: String): boolean; ``` not used in the entire fcl-md. not used in the entire 'packages' dir. why to make unit heavier.
issue