Quote:
Originally Posted by chaley
Try
Code:
title_sort_articles = "^(A |The |An |Un |Une |L'|Le |La |Les |Des )\\s*"
|
Many thanks to you, chaley. It works fine.
Because of my deep ignorance, I couldn't have the idea to replace,
at the end of the string, “s+” by “s*” and to add a space after each article except after “L'”.