refactor: subscription types and form register

This commit is contained in:
Carlos Valente
2023-11-30 22:28:55 +01:00
parent 52a61777ed
commit f720c56345
13 changed files with 205 additions and 113 deletions
+1
View File
@@ -1,2 +1,3 @@
export const isOnlyNumbers = /^\d+$/;
export const isIPAddress = /^((25[0-5]|(2[0-4]|1\d|[1-9]|)\d)\.?\b){4}$/;
export const startsWithHttp = /^http:\/\//;