Docs wrong for evaluating ClassAds?
This web page https://htcondor.readthedocs.io/en/latest/man-pages/classads.html?highlight=evaluate#testing-classad-expressions suggests that the following will produce false but for me it produces error
condor_status -limit 1 -af 'regexp( "*tr*", "string" )'
Shutdown
STARTD.DAEMON_SHUTDOWN = State == "Unclaimed" && Activity == "Idle" && (MyCurrentTime - EnteredCurrentActivity) > 600
MASTER.DAEMON_SHUTDOWN = STARTD_StartTime == 0
...