I am trying to get a custom URL pattern to work:
'url' : 'required|pattern: [^((http|ftp|https):\\/\\/)?([\\w_-]+(?:(?:\\.[\\w_-]+)+))([\\w.,@?^=%&:\\/~+#-]*[\\w@?^=%&\\/~+#-])?$]',
BUT I keep getting this "invalid expression" error. Will this pattern not work with your validation manager?
I am trying to get a custom URL pattern to work:
'url' : 'required|pattern: [^((http|ftp|https):\\/\\/)?([\\w_-]+(?:(?:\\.[\\w_-]+)+))([\\w.,@?^=%&:\\/~+#-]*[\\w@?^=%&\\/~+#-])?$]',
BUT I keep getting this "invalid expression" error. Will this pattern not work with your validation manager?