I am using the following string:

#abc#bcd#efg#hij#klm#nop


I need to write a regular expression which will find the 3rd hash and extract the entire line, including the hash to give me the following output:

#efg#hij#klm#nop