Hi all,

What is good at
 [StringValidator(AllowEmpty=false)]

in input parameter of regex? Why input could not be empty? I see no reason
there.

For example:
  <regex pattern="^(?'changes'.*) $" input="${changes}"/>

This cut of last space from changes property. If changes is accidentally
empty, no cut is performed. But recent change in StringValidator disable
such use of regex, and build fails (even with failonerror="false"! )

Martin

Attachment: regex.patch
Description: Binary data

Reply via email to