Word Start End « Regular Expressions « Oracle PL / SQL






1."^" 'anchoring operator' and matches the beginning of a string
2.Asking for a match for a capital 'F' followed by any character
3.Add anchors or 'wildcard' match characters as need be
4.'$' a dollar sign is another anchoring operator and matches only the end of a string