About 9,780,000 results
Open links in new tab
  1. How to highlight all occurrences of a selected word in VIM?

    Aug 7, 2010 · Alternatively you can use another highlight group in its place. This will highlight all occurrences of words under your cursor without a delay. I find that a delay slows me down …

  2. How to highlight text using javascript - Stack Overflow

    Dec 27, 2011 · Can someone help me with a javascript function that can highlight text on a web page. And the requirement is to - highlight only once, not like highlight all occurrences of the …

  3. Highlight text inside of a textarea - Stack Overflow

    Sep 26, 2008 · Is it possible to highlight text inside of a textarea using javascript? Either changing the background of just a portion of the text area or making a portion of the text selected?

  4. Auto-highlight an input field on focus - Stack Overflow

    Apr 8, 2013 · Learn how to auto-highlight an input field on focus using JavaScript and jQuery solutions provided by the Stack Overflow community.

  5. How can I highlight text in latex - Stack Overflow

    Dec 6, 2014 · 13 If you mean making the text bold by Highlighting you can use \textbf for making the text bold but highlighting has a different general meaning that is implemented by \hl keyword.

  6. How to highlight text in a tkinter Text widget - Stack Overflow

    Jan 17, 2015 · It's the right widget to use for these purposes. The basic concept is, you assign properties to tags, and you apply tags to ranges of text in the widget. You can use the text …

  7. android - highlight text inside a textview - Stack Overflow

    Jul 21, 2016 · I have a TextView with a random background color (could be any color really). I also have a text on this Textview that need to be readable. I assume the best solution is to …

  8. How does `#:~:text=` in URL work to highlight text? - Stack Overflow

    Jul 20, 2020 · 64 TL;DR How/why are some browsers able to search and highlight text in the HTML body which is followed by #:~:text= in the URL? Explanation One day I was searching …

  9. How to highlight selected text within excel - Stack Overflow

    Jul 26, 2012 · I would like to write a VBA function to highlight specific text within an excel cell. Is this possible? I've been googling but it's unclear at this point. to clarify, I would like to search a …

  10. Highlight text similar to grep, but don't filter out text

    When using grep, it will highlight any text in a line with a match to your regular expression. What if I want this behaviour, but have grep print out all lines as well? I came up empty after a quick