$s = 'variable chars anchor want this';; $s = substr $s, index $s,'anchor';; print $s;; anchor want this