Posts by Susana Santos • 23 points
3 posts
-
0
votes0
answers18
viewsQ: How to close window press Process Start in c#automation?
Hello I am doing an automation and for that I needed to open the Power Options window in windows. For this I used the method: Process.Start("Rundll32.exe", "shell32.dll,Control_RunDLL…
-
2
votes4
answers11013
viewsA: Validate phone number with optional ninth digit
Renoir Dos Reis' answer is a little off, I made a few minor changes ^((\(\d{2}\))|\d{2}) ?9?\d{4}-?\d{4}$ the ^ at the beginning means that the expression must begin there and the $ means you have…
-
0
votes1
answer40
viewsQ: Symfony3 project is being accessed by mysite.com/web instead of mysite.com
Hello, I’m using Symfony 3 in my new project. I just uploaded it to the host. However, in order for me to navigate the project, I need to go to the URL mysite.com/web instead of the URL mysite.com.…