PHP regex return text between two strings including the two strings
How do I write a regular expression that will return what’s between ~~~#/4/5/6
and ---
including the ~~~#/4/5/6
and ---
part?
How do I write a regular expression that will return what’s between ~~~#/4/5/6
and ---
including the ~~~#/4/5/6
and ---
part?