Jump to content

User:Robertsky/AWB regex

From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by Robertsky (talk | contribs) at 15:13, 25 December 2021 (Created page with 'Reference table for some regex used for find and replace in AWB: {| class="wikitable" |+ !Regex !Purpose !Example usage |- |(<search text>)(?![^\[]*\]) |Find <search text> that are not linked to its article. |To link new page from existing pages. |- | | | |- | | | |}'). The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

Reference table for some regex used for find and replace in AWB:

Regex Purpose Example usage
(<search text>)(?![^\[]*\]) Find <search text> that are not linked to its article. To link new page from existing pages.