I'am working on a regex str to match a expression: #acontent#url. the expression start with "#a", and the "content" can be almost things, text,num or others, then end with "#" + url.
such as there is a text content: hello, man, this is something #ayou want#http://www.stackoverflow.com.
It will be match the string "#ayou want#http://www.stackoverflow.com", I really don't konw how to write the regex.
Need some help please!