I have written url regex in javascript
/^{[\$\w][\$\w\.\[\]]+\}|^https{0,1}:\/\/[\w\-\.:\/\$\{\}\?=+&#\~%"()]+$/
which is working fine, now i am trying to add '#do_not_shorten:' to my url regex
Could any one help me to update regex which has to match with the below condition '#do_not_shorten:http://www.myexample.com/folder1/folder2/veryverylongstringhere.html'