File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
##PHPVerbalExpressions
2
- - ported from [ VerbalExpressions] ( https://github.com/jehna/ VerbalExpressions )
2
+ - ported from [ VerbalExpressions] ( https://github.com/VerbalExpressions/JSVerbalExpressions )
3
3
4
4
VerbalExpressions is a PHP library that helps to construct hard regular expressions.
5
5
@@ -19,7 +19,7 @@ $regex ->startOfLine()
19
19
->endOfLine();
20
20
21
21
22
- if($regex->test("http ://github.com"))
22
+ if($regex->test("https ://github.com/ "))
23
23
echo "valid url";
24
24
else
25
25
echo "invalid url";
@@ -51,7 +51,7 @@ You can see an up to date list of all ports on [VerbalExpressions.github.io](htt
51
51
- [ C++] ( https://github.com/VerbalExpressions/CppVerbalExpressions )
52
52
53
53
## Building the project and running the tests
54
- The project supports Composer so you have to install [ Composer] ( http ://getcomposer.org/doc/00-intro.md#installation-nix) first before project setup.
54
+ The project supports Composer so you have to install [ Composer] ( https ://getcomposer.org/doc/00-intro.md#installation-nix) first before project setup.
55
55
56
56
curl -sS https://getcomposer.org/installer | php
57
57
php composer.phar install --dev
You can’t perform that action at this time.
0 commit comments