Predict the output:
Set r = New RegExp
r.pattern = “ion$” Msgbox r.test(“consideration”)
Reveal answer
Fill a bubble to check yourself
Predict the output:
Set r = New RegExp
r.pattern = “ion$” Msgbox r.test(“consideration”)