The Python Oracle

Check if a string contains a number

Become part of the top 3% of the developers by applying to Toptal https://topt.al/25cXVn

--

Music by Eric Matyas
https://www.soundimage.org
Track title: Over Ancient Waters Looping

--

Chapters
00:00 Question
00:43 Accepted answer (Score 454)
01:14 Answer 2 (Score 74)
01:40 Answer 3 (Score 41)
02:03 Answer 4 (Score 33)
02:40 Thank you

--

Full question
https://stackoverflow.com/questions/1985...

Accepted answer links:
[any]: https://docs.python.org/3/library/functi...
[str.isdigit]: https://docs.python.org/3/library/stdtyp...

Answer 2 links:
[any]: http://docs.python.org/2/library/functio...
[str.isdigit]: https://docs.python.org/3/library/stdtyp...

Answer 3 links:
https://docs.python.org/3/library/stdtyp...

Answer 4 links:
https://docs.python.org/2/library/re.htm...

--

Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...

--

Tags
#python #string

#avk47