DekGenius.com
Home
(current)
Dictionary
BOOKS
LYRICS
CHORD
SCRIPT & CODE EXAMPLE
Karaoke language
Search
Go
SCRIPT & CODE EXAMPLE
CODE EXAMPLE FOR PYTHON
python find digits in string with decimal
>>> import re >>> re.findall("d+.d+", "variable name") ['13.4']
Source by stackoverflow.com #
PREVIOUS
NEXT
Tagged:
#python
#find
#digits
#string
#decimal
ADD COMMENT
Topic
COMMENT
Name
5+4 =
Submit