Get the string after a string from a string April 26, 2023 by Tarik here: $arr = explode('delimeter', $initialString); $important = $arr[1];