Cemetery Dorchester Union, Dorchester N., Middlesex, ON, CA: 4-21-5
Berdie Loa Hunter (10 Sep 1872—Private)
Harry R. Farquhar (7 Dec 1893—Private)
Mary Bertha Taylor (2 Nov 1893—Private)
Frank Lloyd Farquhar (Oct 1905—Private)
Frederick Fitzgerald (8 Sep 1845—10 May 1923)
Barbara Maria Campbell (14 Jan 1914—Private)
Charles Goulding Fitzgerald (17 Feb 1838—2 Feb 1927)
Barbara Maria Campbell (14 Jan 1914—Private)
This is an extended regular expression, as supported by MySQL, which is used to limit the locations to be displayed. See Henry Spencer's regex page.
- If the pattern contains no special characters then only locations containing that string will be included. For example the pattern "London" will match locations containing the string "London". Note that the search ignores case, so that pattern will also match "LONDON" and "london".
- If the pattern begins with a caret '^' then only locations that begin with the remainder of the pattern are included. For example the pattern "^Ba" displays locations starting with "Ba" (or "ba" or "BA").
- If the pattern ends with a dollar sign '$', then only locations that end with the remainder of the pattern are included. For example the pattern "CA$" matches locations that end with "CA" (or "ca" or "Ca").
- In a pattern a period '.' matches any single character. For example the pattern "B.b" matches any location that contains two letter Bs separated by one character, for example "Bab", "Beb", "Bib", "Bob", or "Bub" anywhere in the location name.
- In a pattern an asterisk '*' matches zero or more of the preceding character; "bo*b" matches "bb", "bob", and "boob" anywhere in the location name.