I'm trying to use IDE macros in ExternHelp to enable HTML help for LazControls. I need an IDE macro to convert a value to lowercase... like:
$Lowercase($(Identifier))
I am aware of the list at
https://wiki.lazarus.freepascal.org/IDE_Macros_in_paths_and_filenames. I did not see anything related to that type of operation. Did I overlook something?