![]() |
#1 |
Junior Member
![]() Posts: 7
Karma: 10
Join Date: Mar 2014
Device: none
|
Capitalize
HI!
Is it possible to tell Calibre to Capitalize all the book titles in my library? That is, to give the first letter of each word, a Capital letter: Hello, What Are You Doing There? |
![]() |
![]() |
![]() |
#2 |
null operator (he/him)
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 21,611
Karma: 29710338
Join Date: Mar 2012
Location: Sydney Australia
Device: none
|
@CC-GoE - Try select all books, Edit Metadata, check Change title to title case - it's just above Change cover
BR |
![]() |
![]() |
Advert | |
|
![]() |
#3 | |
Junior Member
![]() Posts: 7
Karma: 10
Join Date: Mar 2014
Device: none
|
Quote:
I did that but titles are the same. In particular, I am interested for the words: "a", "in", "the", "of" etc. Can they be automatically changed somehow to Capital? |
|
![]() |
![]() |
![]() |
#4 |
Ex-Helpdesk Junkie
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 19,421
Karma: 85400180
Join Date: Nov 2012
Location: The Beaten Path, USA, Roundworld, This Side of Infinity
Device: Kindle Touch fw5.3.7 (Wifi only)
|
Because that isn't title case. You can use a regex on the titles, though. Can't remember what the regex is to capitalize a letter at the moment.
|
![]() |
![]() |
![]() |
#5 | |
Grand Sorcerer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 12,325
Karma: 8012652
Join Date: Jan 2010
Location: Notts, England
Device: Kobo Libra 2
|
Quote:
![]() Code:
((?<=^)|(?<= ))(.*?)(?= |$) |
|
![]() |
![]() |
Advert | |
|
![]() |
#6 |
creator of calibre
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 45,164
Karma: 27110894
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
|
@chaley: You could just use the regex engine's boundary operator.
|
![]() |
![]() |
![]() |
#7 | |
Grand Sorcerer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 12,325
Karma: 8012652
Join Date: Jan 2010
Location: Notts, England
Device: Kobo Libra 2
|
Quote:
Ahh ..., "\b(\S*)\b" does work, as does "(\S*)". |
|
![]() |
![]() |
![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
[Old Thread] Capitalize first word in sentence with search and replace? | ianc | Conversion | 6 | 10-21-2013 04:47 PM |
Can I capitalize a letter? | Jorge Junior | ePub | 13 | 11-14-2012 10:30 PM |
How not to capitalize titles from meta data? | rogue_librarian | Library Management | 14 | 12-10-2011 08:31 PM |
Capitalize Authors Names | iridius | Library Management | 7 | 03-09-2011 12:38 AM |