Skip to main content
Participant
March 27, 2024
Answered

recherche remplace mots en majuscule par mots en minuscule avec une initiale REQUETE GREP

  • March 27, 2024
  • 2 replies
  • 789 views

Bonjour,
on m'envoie des textes tout en capitales et j'aimerai les mettre en minuscules avec une initiale.
ex : MARTIN DUPONT -> Martin Dupont
je n'arrive pas à trouver la bonne formule GREP en rechercher remplacer, quelqu'un peut me la trouver ? 🙂
Merci par avance !
Christian

replace uppercase words with lowercase words with an initial

 

This topic has been closed for replies.
Correct answer nicosh
Change_Case_With_Style.jsx
Version: 1.5
 
Script by Thomas Silkjær
 
 
\u\u+

2 replies

rob day
Community Expert
Community Expert
March 28, 2024

I am sent texts in all caps and I would like to put them in lower case with an initial.

 

Hi @Christian217954706ffq , With your text selected, there’s also Type>Change Case> Title Case:

 

 

 

 

Participant
March 28, 2024

Thanks/merci
bien sûr mais je voulais le faire par Rechercher/Remplacer et cette modification n'est pas possible (on peut juste mettre en Capitales) la solution par script de Nicosh le permet
of course but I wanted to do it by Find/Replace and this modification is not possible (you can only change in uppercase)
Nicosh's scripted solution allows it

nicoshCorrect answer
Inspiring
March 27, 2024
Change_Case_With_Style.jsx
Version: 1.5
 
Script by Thomas Silkjær
 
 
\u\u+
Participant
March 28, 2024

Thanks / merci !
Du coup j'ai appris à télecharger, et installer un script 😊
Super !