Mozilla Destek’te Ara

Destek dolandırıcılığından kaçının. Mozilla sizden asla bir telefon numarasını aramanızı, mesaj göndermenizi veya kişisel bilgilerinizi paylaşmanızı istemez. Şüpheli durumları “Kötüye kullanım bildir” seçeneğini kullanarak bildirebilirsiniz.

Daha Fazlasını Öğren

Find all uppercases on a page

more options

Is there any way to highlight every uppercase character on a page like when we use the "Find bar" using Ctrl+F ?

Is there any way to highlight every uppercase character on a page like when we use the "Find bar" using Ctrl+F ?

Seçilen çözüm

Hmm, I don't think there is a built-in way to do this.

There are some add-ons that allow Regular Expression (RegEx) searching in pages. Here's an example I just tried out for a few minutes:

https://addons.mozilla.org/firefox/addon/regexsearch/

To find the pattern of all capital letters, your query is

[A-Z]

You check the box for global. Then click Highlight. Screenshot of the result attached for reference.

Bu yanıtı konu içinde okuyun 👍 1

Tüm Yanıtlar (1)

more options

Seçilen çözüm

Hmm, I don't think there is a built-in way to do this.

There are some add-ons that allow Regular Expression (RegEx) searching in pages. Here's an example I just tried out for a few minutes:

https://addons.mozilla.org/firefox/addon/regexsearch/

To find the pattern of all capital letters, your query is

[A-Z]

You check the box for global. Then click Highlight. Screenshot of the result attached for reference.