A lookbehind assertion "looks behind": it attempts to match the previous input with the given pattern, but it does not consume any of the input — if the match is successful, the current position in the input stays the same. It matches each atom in its pattern in the reverse order.... Syntax regex (?<=pattern) (?<!pattern) Parameters...of anything you may use in a regex literal, including a disjunction...