mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-13 04:50:41 +01:00
Add a RainerScript function to convert strings to uppercase. The implementation mirrors tolower() but operates per-byte using toupper(). Tests demonstrate the new function, documentation and ChangeLog entries added. closes: https://github.com/rsyslog/rsyslog/issues/3666 With the help of AI-Agent: ChatGPT