Telegram Group & Telegram Channel
Use the following regex to trim PDF outline bookmarks to 60 characters. Keep forgetting it so best to jot it down.

^ "(\d+:\d+)(.{60})(.*?)(" \d+)

"$1$2$4

Then trim digits to 1 decimal point

(" \d+)( \d+)(.)(\d{1})(\d+)

$1$2$3$4

LibreOffice remove double blank lines using extenstion Alt Search & Replace
Search this:
^$\p*
Replace by:
\p



tg-me.com/geektips/978
Create:
Last Update:

Use the following regex to trim PDF outline bookmarks to 60 characters. Keep forgetting it so best to jot it down.

^ "(\d+:\d+)(.{60})(.*?)(" \d+)

"$1$2$4

Then trim digits to 1 decimal point

(" \d+)( \d+)(.)(\d{1})(\d+)

$1$2$3$4

LibreOffice remove double blank lines using extenstion Alt Search & Replace
Search this:
^$\p*
Replace by:
\p

BY GeekTips




Share with your friend now:
tg-me.com/geektips/978

View MORE
Open in Telegram


GeekTips Telegram | DID YOU KNOW?

Date: |

Can I mute a Telegram group?

In recent times, Telegram has gained a lot of popularity because of the controversy over WhatsApp’s new privacy policy. In January 2021, Telegram was the most downloaded app worldwide and crossed 500 million monthly active users. And with so many active users on the app, people might get messages in bulk from a group or a channel that can be a little irritating. So to get rid of the same, you can mute groups, chats, and channels on Telegram just like WhatsApp. You can mute notifications for one hour, eight hours, or two days, or you can disable notifications forever.

GeekTips from it


Telegram GeekTips
FROM USA