Quick update with the new string functions available in BigQuery: you want to use RIGHT(string, number)
so, in this case it would be
RIGHT(title, 16)
cf. documentation : https://cloud.google.com/bigquery/docs/reference/standard-sql/string_functions#right