Quote:
Originally Posted by famfam
... To emphasize sentence beginnings by increasing the first letter of each sentence two degrees and bold.
|
You can try the following expression:
search for:
Code:
(?<!St|Mr|Mrs|<|\d)(<p[^>]*>|\!|\?|\.|…|:)( ?)(»|«|“|”|„)?( ?)([A-ZÖÄÜ])
replace with:
and in the CSS:
Code:
b
{font-weight: bold;
font-size:1.2em;
line-height:0.7em;}
Greatings
Klecks.