exceptionfactory commented on PR #9196: URL: https://github.com/apache/nifi/pull/9196#issuecomment-2307783872
> @exceptionfactory The regular expression is only looking for any of those single characters and I could relax it not to be specifically at the end. The pattern would need to look for those characters, without a subsequent single-quote, using something like `[^']?`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
