Posts by L371 • 23 points
2 posts
-
0
votes2
answers57
viewsQ: Regex passes the test site but the code does not work
I created a regex ( d{1,}(. d{2})?$ ) that was to allow values in the format 21 or 21.30. I tested the regex on a website and it worked: I’m making the following code: const regexMoneyFormat =…
-
1
votes1
answer693
viewsQ: How to replace my project’s local repository in Git
I was developing a project in a directory on my computer and put it on github. I had some problems with the project and as I had done few things I decided to start again in another directory. Using…