This commit is contained in:
Ilya Kantor 2019-07-25 17:25:32 +03:00
parent a0853ed30a
commit bd9eb92d21

View file

@ -1,4 +1,4 @@
# Find decimal numbers
# Find all numbers
Write a regexp that looks for all decimal numbers including integer ones, with the floating point and negative ones.