diff --git a/projects/phpregex/thumb.png b/projects/phpregex/thumb.png new file mode 100644 index 00000000..7cbee3a3 Binary files /dev/null and b/projects/phpregex/thumb.png differ diff --git a/projects/projects.json b/projects/projects.json index 1a0285c6..bb33a838 100644 --- a/projects/projects.json +++ b/projects/projects.json @@ -3564,6 +3564,22 @@ "Animations", "jQuery" ] + }, + { + "name": "PHPRegex", + "thumb": "phpregex/thumb.png", + "desc": "PHPRegex is a small utility to test regular expression using PHP's built in regular expression matching function.", + "url": "http://phpregex.appspot.com/", + "submitter": "bharrat", + "submissionDate": "2013-08-05", + "tags": [ + "PHP", + "RegExp", + "Regular Expression", + "Toy", + "No jQuery", + "Bootstrap" + ] } ]