i1 : match("2+2", "2+2") o1 = false
i2 : regexQuote "2+2" o2 = 2\+2
i3 : match(oo, "2+2") o3 = true
The object regexQuote is a method function with a single argument.