What is the pattern form each type of numerical literal this string can produce: /\d+\.?\d*|\.\d+/ How would you rewrit
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
What is the pattern form each type of numerical literal this string can produce: /\d+\.?\d*|\.\d+/ How would you rewrit
What is the pattern form each type of numerical literal thisstring can produce: /\d+\.?\d*|\.\d+/How would you rewrite it without short cut key \d and +