I need a Regex to match a certain string format in javascript,
A hashtag symbol '#' has to be first and last character , There must be strings between these two characters,
If the string is more than one there must be two hashtag '##' symbol between each of them there is no limit to strings number.
Ex.
#string1##string2##string3##...##string4#
#string1#
#string##string2#