def anys4(text):
    text = text.replace("l'any ", "l'any 19")    
    text = text.replace("L'any ", "L'any 19")
    return text
