Page 1 of 1

What is the pattern form each type of numerical literal this string can produce: /\d+\.?\d*|\.\d+/ How would you rewrit

Posted: Fri Jul 08, 2022 6:38 am
by answerhappygod
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 +