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

Commit50365c6

Browse files
authored
Merge pull requestwilfredinni#48 from Gaura/master
corrected respectively spelling
2 parents8ea2d78 +aa4037b commit50365c6

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
@@ -3156,7 +3156,7 @@ The dot-star will match everything except a newline. By passing re.DOTALL as the
31563156
|`^spam`| means the string must beginwith spam.|
31573157
|`spam$`| means the string must endwith spam.|
31583158
|`.`|any character,except newline characters.|
3159-
|`\d`, `\w`, and `\s` | a digit, word, or space character,ectively. |
3159+
|`\d`, `\w`, and `\s` | a digit, word, or space character,respectively. |
31603160
| `\D`, `\W`, and `\S` | anything except a digit, word, or space acter, respectively. |
31613161
|`[abc]`|any character between the brackets (suchas a, b, ).|
31623162
|`[^abc]`|any character that isn’t between the brackets.|

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp