Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
matgat authored Oct 9, 2024
1 parent 7b3e678 commit 07214b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Regarding `wchar_t`, leave it in the dark ages where belongs.
| `ascii::is_ident()` | aka `std::isalnum() or =='_'` |
| `ascii::is_float()` | aka `std::digit() or any of "+-.Ee"` |
| `ascii::is_space_or_punct()` | aka `std::isspace() or std::ispunct()` |
| `ascii::is_endline()` | aka `==\n` |
| `ascii::is_endline()` | aka `=='\n'` |
> [!NOTE]
> `is_blank()` is redefined to include all spaces except `\n` to ease
> the detection of any spaces in the current line.
Expand Down

0 comments on commit 07214b2

Please sign in to comment.