enow.com Web Search

Search results

  1. Results from the WOW.Com Content Network
  2. Help:Searching/Regex - Wikipedia

    en.wikipedia.org/wiki/Help:Searching/Regex

    A regex search scans the text of each page on Wikipedia in real time, character by character, to find pages that match a specific sequence or pattern of characters. Unlike keyword searching, regex searching is by default case-sensitive, does not ignore punctuation, and operates directly on the page source (MediaWiki markup) rather than on the ...

  3. Regular expression - Wikipedia

    en.wikipedia.org/wiki/Regular_expression

    A regular expression (shortened as regex or regexp), [1] sometimes referred to as rational expression, [2] [3] is a sequence of characters that specifies a match pattern in text. Usually such patterns are used by string-searching algorithms for "find" or "find and replace" operations on strings , or for input validation .

  4. Help:Searching/Features - Wikipedia

    en.wikipedia.org/wiki/Help:Searching/Features

    find wildcard expressions and regular expressions. A search matches what you see rendered on the screen and in a print preview. The raw "source" wikitext is searchable by employing the insource parameter. For these two kinds of searches a word is any string of consecutive letters and numbers matching a whole word or phrase.

  5. Help:Searching - Wikipedia

    en.wikipedia.org/wiki/Help:Searching

    Regex searches are likely to time out unless you further limit the search in some way, such as by including another parameter or a search term outside of the insource component of the search string. (For example, X* intitle:/X/ to restrict the search to initial position.) For more details, see mw:Help:CirrusSearch#Regular expression searches.

  6. Wikipedia:AutoWikiBrowser/Regular expression - Wikipedia

    en.wikipedia.org/.../Regular_expression

    Greed, in regular expression context, describes the number of characters which will be matched (often also stated as "consumed") by a variable length portion of a regular expression – a token or group followed by a quantifier, which specifies a number (or range of numbers) of tokens. If the portion of the regular expression is "greedy", it ...

  7. Pattern matching - Wikipedia

    en.wikipedia.org/wiki/Pattern_matching

    In computer science, pattern matching is the act of checking a given sequence of tokens for the presence of the constituents of some pattern.In contrast to pattern recognition, the match usually has to be exact: "either it will or will not be a match."

  8. Wikipedia:AutoWikiBrowser/Database Scanner - Wikipedia

    en.wikipedia.org/wiki/Wikipedia:AutoWikiBrowser/...

    Title does contain — Restrict the search to titles containing the text, or matching the text if the Regex option is used. Title does not contain — Restrict the search to titles NOT containing the text, or NOT matching the text if the Regex option is used. Regex — AWB Regex help; Case sensitive — Whether the text/matching pattern should ...

  9. Wikipedia:AutoWikiBrowser/Find and replace - Wikipedia

    en.wikipedia.org/.../Find_and_replace

    Regex – If checked indicates that the find and replace expression is a regular expression. Multiline – If checked, this indicates to AWB that the regex characters "^" and "$" ought to match at the beginning and the end of lines respectively, not just the beginning and end of the entire page.