Тёмный

How to validate email in Oracle APEX with Regular Expression or Regex 

Weili Liu
Подписаться 733
Просмотров 200
50% 1

^[a-zA-Z0-9_!#$%&'*+/=?`{|}~^.-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,4}$
^: Start of the string.
[a-zA-Z0-9_!#$%&'*+/=?`{|}~^.-]+: One or more characters that can be letters (a-z, A-Z), digits (0-9), underscores (_), and some special characters like !#$%&'*+/=?`{|}~^.- for the username part.
@: Match the "@" symbol.
[a-zA-Z0-9.-]+: Match one or more letters (a-z, A-Z), digits (0-9), dots(.), or hyphens(-) for the domain name.
\.: Match a period (dot), which separates the domain name and top-level domain (TLD).
[a-zA-Z]{2,4}: Match the TLD, consisting of 2 to 4 alphabetical characters.
$: End of the string.

Наука

Опубликовано:

 

21 июл 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 2   
@84msamy
@84msamy 20 дней назад
How to Automatically decrement from a predefined number when you click the Add Row button in the interactive grid in Oracle APEX... ex, specifying a specific number in a cell, then when adding a new row, it gives us a warning that it is not possible to put a number higher than the specified “fixed” number... Or show the remaining number from the process of subtracting the previously fixed number from the rows entered later, until a new entry is not accepted if the value of zero is reached from the fixed number. thank you
@weililiu2119
@weililiu2119 12 дней назад
I will try it. Thank for asking
Далее
How to upload CSV file in Oracle APEX Application
17:51
Oracle APEX - Themes and Templates
16:17
Просмотров 9 тыс.
Creating Email Campaign App with Oracle APEX
12:00
Просмотров 13 тыс.
Master Detail
9:20
Просмотров 460
How to build Chatgpt in Oracle APEX
12:16
Просмотров 2,1 тыс.