TITLE=SPECIAL CASE 1
How can I extract part of this string (the string after equal "="). After extraction:
$string = "SPECIAL CASE 1"
In reply to How can I extract part of a string after a specific character by horgof