Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9e8f2fd

Browse files
author
Tomáš Votruba
authored
Merge pull request #49 from mstruebing/fix/matchersToMatches
Correct spelling
2 parentsa64ad7f +1a0c0c0 commit9e8f2fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ $address = 'One Infinite Loop, Cupertino 95014';
9999
$cityZipCodeRegex = '/^[^,\\]+[,\\\s]+(.+?)\s*(\d{5})?$/';
100100
preg_match($cityZipCodeRegex, $address, $matches);
101101

102-
list(, $city, $zipCode) = $matchers;
102+
list(, $city, $zipCode) = $matches;
103103
saveCityZipCode($city, $zipCode);
104104
```
105105

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp