More information Today's featured picture, Segments of rock (strata) in chronostratigraphy ...
Today's featured picture
Zhuhai Fisher Girl is a granite statue in Zhuhai, China, designed by Pan He and completed between 1979 and 1982. Standing 8.7 metres (29ft) tall in Xianglu Bay and weighing about 10 tonnes, the statue is of a fisherwoman holding a pearl high in the air, inspired by a local legend recorded in various versions. Commissioned during the development of the Zhuhai Special Economic Zone, the statue was cited by supporters as enabling the city to establish its own cultural identity, though its cost and depiction sparked some controversy at the time. Since its installation, it has become part of Zhuhai's growing tourism industry. Zhuhai Fisher Girl was designated a cultural relic in 2014, and later plans have proposed expanding the surrounding area into a larger recreational and tourist site. This photograph of the statue was taken in 2024, with part of the Zhuhai skyline in the background.
Searching Wikipedia with regular expressions (regex)
Searching with regex online
To search Wikipedia live with regular expressions, use the insource: parameter, followed by your regex search string enclosed in forward slashes, like this: /regular expression/. Here is an example:
insource:/(Abraham|Abe) Lincoln/
insource searches the wikitext version of articles, and so, wikiformatting codes can be included in the search string. If any characters you wish to find are used as special characters within regex, they will need to be "escaped" by preceding each with a backslash. For a cheat sheet on writing regexes, see Wikipedia:AutoWikiBrowser/Regular expression.
For case insensitive searches, include an "i" after the closing forward slash.
Searching with regex offline
To search all of Wikipedia offline using regex, you need to download the Wikipedia database and do the search offline with AutoWikiBrowser's Database Scanner. Activate it from the tools menu in AutoWikiBrowser (AWB). It returns the names of the pages that match your query, which you can have sent directly to AWB's list maker (then you can use AWB to view them all). The Database Scanner has many features, and each query can be easily configured to match, exclude, specify namespaces, ignore redirects, etc. as you see fit.
Other methods of searching Wikipedia with regular expressions