About 34,100,000 results
Open links in new tab
  1. How to do whole-word search similar to "grep -w" in Vim

    May 5, 2023 · How do I do a whole-word search like grep -w in Vim, which returns only lines where the sought-for string is a whole word and not part of a larger word? grep -w : Select only …

  2. How to match a whole word with a regular expression?

    re.search(r'\bis\b', your_string) From the docs: \b Matches the empty string, but only at the beginning or end of a word. Note that the re module uses a naive definition of "word" as a …

  3. My Top 5 Word Puzzle Games : r/iosgaming - Reddit

    Feb 8, 2022 · My brain tends to gravitate towards word games when it comes to the puzzle genre. They just click more for me. I’m always on the lookout for more word puzzle games to play and …

  4. Using c++ to solve wordsearch. - Stack Overflow

    Apr 17, 2015 · As a hint, if you have an array of strings corresponding to the rows then the normal horizontal search is trivial. So you could apply a similar logic to the other directions too: …

  5. Searching word in vim? - Stack Overflow

    Jan 19, 2009 · I can search word in vim with /word. How can I search only for word, excluding searches for word1 and word2?

  6. r/wordsearches - Reddit

    Word search generator Hi all, I know there’s a bunch of sites to generate word searches but I wanted to make my own so I made: https://word-search-generator.com The words and …

  7. Check if a word is in a string in Python - Stack Overflow

    I'm working with Python, and I'm trying to find out if you can tell if a word is in a string. I have found some information about identifying if the word is in the string - using .find, but is ther...

  8. Fastest algorithm for finding a word on a word search grid

    Nov 7, 2014 · The interviewer asked me to come up with a general approach for finding a word on a word search grid. For simplicity, there is no need to worry about memory constraints or …

  9. shell - sed whole word search and replace - Stack Overflow

    How do I search and replace whole words using sed? Doing sed -i 's/ [oldtext]/ [newtext]/g' <file> will also replace partial matches of [oldtext] which I don't want it to do.

  10. How to do search and replace involving fields in Microsoft Word?

    May 23, 2012 · To search for fields, use the opening and closing field braces code (optionally use ^w for spaces, as Bibadia suggested): ^19 XE "Deo, John" ^21 Replace won't recognize field …