Browse Source

How to handle empty strings

content-update
zhantolin 5 years ago committed by Clément
parent
commit
c6e40d119c
  1. 2
      subjects/isalpha.en.md

2
subjects/isalpha.en.md

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

Loading…
Cancel
Save