Posts by LEOPOLDO • 1 point
2 posts
-
0
votes0
answers161
viewsQ: Change Regex to validate Java to Oracle sql email domain
I need help changing the Regex below to validate email domains on an ORACLE basis in accordance with RFC 5322, ensuring that the criteria below are met. Email domain rules to be respected: start by…
-
0
votes0
answers46
viewsQ: ORACLE : Select Rows Where First, Last or Both Characters are Special or Punctuation, excluding Dot '.' if Last
I need to Retrieve Rows from table, in the Column [Client Name]. My request is need to Prevent Names that Start or End with a [:space:] or other special Character [:Punct:], excluding the dot '.' -…