Browse Source

Merge pull request #846 from Pav01Founders/patch-5

Update subjects/isalpha/README.md
content-update
MSilva95 3 years ago committed by GitHub
parent
commit
99a2661125
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      subjects/isalpha/README.md

2
subjects/isalpha/README.md

@ -2,7 +2,7 @@
### Instructions
Write a function that returns `true` if the `string` passed in parameter only contains alphanumerical characters or is empty, and returns `false` otherwise.
Write a function that returns `true` if the `string` passed as the parameter only contains alphanumerical characters or is empty, otherwise, and returns `false`.
### Expected function

Loading…
Cancel
Save