Skip to main content
Participant
March 27, 2024
解決済み

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

  • March 27, 2024
  • 返信数 2.
  • 789 ビュー

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

 

このトピックへの返信は締め切られました。
解決に役立った回答 nicosh
Change_Case_With_Style.jsx
Version: 1.5
 
Script by Thomas Silkjær
 
 
\u\u+

返信数 2

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

nicosh解決!
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 !