23.
What does the (?<=...) construct represent in a regular expression in Ruby?

25.
What does the (?<!...) construct represent in a regular expression in Ruby?