About 13,000,000 results
Open links in new tab
  1. Using c++ to solve wordsearch. - Stack Overflow

    Apr 17, 2015 · Sorry to bother everyone with a simple question but I'm very new at C++ and i don't know what to do. So I've been given a framework in C++ that reads in 2 txt files …

  2. 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 …

  3. 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?

  4. 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 …

  5. WordSearch - Reddit

    A community dedicated to enthusiasts of word search puzzles. Whether you're a creator eager to share your latest puzzles or a solver looking for a challenging word grid, r/wordsearch is the …

  6. Wordsearch Program In C - Stack Overflow

    Apr 7, 2019 · I am currently trying to write a wordsearch program in C, the program is meant to generate a 2D wordsearch and use words from 5 different categories that are preset, as well …

  7. 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 …

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

    In this case, the reference is to the search token "is" as it is found in the word "is". I hope this helps clarify things as to why we use word boundaries. The other answers have the behavior …

  9. Word search generator : r/wordsearches - Reddit

    May 7, 2024 · 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 settings you enter …

  10. Building a wordsearch generator in python - Stack Overflow

    Oct 25, 2021 · I am creating a word search generator in Python, but i'm having a problem with the words appearing the grid. When the grid is made, the coordinates are there for one of the …