Updated description field regex to properly include hyphen as accepted character
The description field regex for the CreateGroupDto model was erroneously rejecting the hyphen character as an acceptable character due to the way the @Pattern regex is parsed. This is fixed by changing the location of the hyphen in the acceptance string to the beginning of the pattern.
Edited by Michael Sacco