To have a higher level control of what your pattern looks like, try T-Regx:
Pattern::inject('This is (my|our) pattern: @', [$_GET['name']]);
To have a higher level control of what your pattern looks like, try T-Regx:
Pattern::inject('This is (my|our) pattern: @', [$_GET['name']]);