Okay, I got this task from my college to break this code:

Code: 
STRONG_PASSWORD_PATTERN:RegExp = /(?=^.{8,32}$)((?=.*\d)|(?=.*\W+))(?![.\
n])(?=.*[A-Z])(?=.*[a-z]).*$""(?=^.{8,32}$)((?=.*\d)|(?=.*\W+))(?![.\n])(?=.*[A-Z])(?=.*[a-z]).*$/;


And if anyone knows how to: Edit ActionScript from an existing .SWF file and then save it in the same .SWF file.
ChosenOne Reviewed by ChosenOne on . ActionScript help needed. Okay, I got this task from my college to break this code: STRONG_PASSWORD_PATTERN:RegExp = /(?=^.{8,32}$)((?=.*\d)|(?=.*\W+))(?!)(?=.*)(?=.*).*$""(?=^.{8,32}$)((?=.*\d)|(?=.*\W+))(?!)(?=.*)(?=.*).*$/; And if anyone knows how to: Edit ActionScript from an existing .SWF file and then save it in the same .SWF file. Rating: 5