Not Read Emojis

Xanadu73

New member
Hey!

I have a fairly simple macro that when my Bluetooth helmet is connected, it will read notifications to me. There's already an option to read numbers two different ways.

Saying one zero zero
Saying one hundred

Is it possible to add in some kind of option to not read emojis that are in the notification, and only read the text itself?

Thank you!
M.
 

Dm114

Well-known member
Hey!

I have a fairly simple macro that when my Bluetooth helmet is connected, it will read notifications to me. There's already an option to read numbers two different ways.

Saying one zero zero
Saying one hundred

Is it possible to add in some kind of option to not read emojis that are in the notification, and only read the text itself?

Thank you!
M.
Using Regex you could either extract all non alphanumeric character from the notification or extract all alphabetical character to a variable and read its content.
 
Top