The regexp pattern characters ^ and $ should be explained as matching
at the beginning and end of the input string, not the beginning and end of "a line", since Postgres does not allow them to match at newline characters in the data.
Showing
Please register or sign in to comment