Hi there,
newbee question – sorry !
How can i search all words in a plaintext which begin with an letter in lowercase an change this first letter to uppercase. For example find in the text “house� and change it to “House�?
Thx for any help
Change first letter of a word to uppercase?
Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard
-
- Posts: 2461
- Joined: Sun Mar 02, 2003 9:22 pm
Sorry – one more: After changing the first letters of the Words into Uppercase – I’ve got the next question. The Change produces a line (in German) like:
Er-[Linebreak]
Folgt
Now i need to find these occurrences an change it into
Er-[Linebreak]
folgt
Which means that the first letter of the 2nd line is changed lower case.
I search with ([a-z])-\n([A-Z]) this works, but how is the replace with expression?
Er-[Linebreak]
Folgt
Now i need to find these occurrences an change it into
Er-[Linebreak]
folgt
Which means that the first letter of the 2nd line is changed lower case.
I search with ([a-z])-\n([A-Z]) this works, but how is the replace with expression?
-
- Posts: 2461
- Joined: Sun Mar 02, 2003 9:22 pm