diff --git a/examples/http-auth.json b/examples/http-auth.json index bab9eca..c801a56 100644 --- a/examples/http-auth.json +++ b/examples/http-auth.json @@ -1,4 +1,4 @@ { "flags": "-hrioaE", - "pattern": "[a-z0-9_/\\.:-]+@[a-z0-9-]+\\.[a-z0-9.-]+" + "pattern": "(https?:\/\/)(\w+)(:)(\w+)(@)(\w+)(.com)" } diff --git a/examples/jwt.json b/examples/jwt.json new file mode 100644 index 0000000..e7ddbbe --- /dev/null +++ b/examples/jwt.json @@ -0,0 +1,4 @@ +{ + "flags": "-HnriE", + "pattern": "^([a-zA-Z0-9_=]+)\.([a-zA-Z0-9_=]+)\.([a-zA-Z0-9_\-\+\/=]*)" +}