Example for regular expression to restrict changes by Item Name
Accepted answer
I suggest specifying a list of legal characters:
^[_0-9a-zA-Z\.]+$
in the 'Restrict Changes by Item Name' advisor. e.g:
With that predcondition enabled, I am able to deliver the creation of the file "TestFile.txt" but unable to deliver the creation of "!TestFile.txt".