Hi all.
I'm using the match function to match a string that doesn't contain lowercase letters, but I'm getting an error with the following code example
if match("abc", "^.*[^a-z]+.*$") then
messagebox("", "match")
end if
I checked the documentation Match to confirm that the pattern can be written this way, but why is the result wrong?
I'm using PB2019R3.
Andreas.
The enhancement request for the match function has been submitted and is being processed, the next step is to wait :)
https://www.appeon.com/standardsupport/search/view?id=10248