Posts by Vitor Gabriel • 33 points
2 posts
-
2
votes1
answer312
viewsQ: Installer recognized as a virus
Hi, I created a python 3.6 program and created its executable for Windows with Cx Freeze, then created an installer for it using Inno Setup 5.6. When I shared with my friends for them to test,…
-
0
votes1
answer224
viewsQ: PHP: Replace only on the first word repeated
Hello, for example, I have the phrase: My name is "Victor", the name "his" "is" "Victor", "his" name "is" "Victor" I use a preg_replace to exchange all the words in quotation marks with the word…