I think you want:
Code:
^(Littérature)\s[a-km-zA-K-MZ].*
That assumes that it is two words separated by a single space. And the replace should be:
But, that doesn't handle any accented characters or numbers. And I'm curious about why the L is omitted. I'd probably do:
With the same replace. That would cover the word you want followed by anything.
If neither of these work, we'd need to see some actual examples to look at.