I found on the web a lots of complicated functions and options to see if the string starts with X this all where to complicated or to big how Can I do it in the fastest way for this Pseudocode
if price != startswith $ or €
echo "<td>Free</td>"
else
echo "<td>"Price"</td>"
I only wanna check if there is a Dollar or Euro Sign as first char if not echo free else price