PHP: Return string between two characters
问题 I am wanting to use "keywords" within a large string. These keywords start and end using my_keyword and are user defined. How, within a large string, can I search and find what is between the two * characters and return each instance? The reason it might change it, that parts of the keywords can be user defined, such as page_date_Y which might show the year in which the page was created. So, again, I just need to do a search and return what is between those * characters. Is this possible, or