Top "Regex-greedy" questions

The greedy regex property causes the regex engine to repeat a regex token as often as possible.

Non greedy regex

I need to get the value inside some tags in a comment php file like this php code /* this is …

php regex regex-greedy non-greedy