@m4zuper Strange, as this is broken at least since 26.8.0 or something related to this. Hence I thought it's generally not working an concerns every user...
Currently using 27.6.2 on Windows 10, 64BG RAM, Ryzen 7 5800X. BAS is installed at the standard location on C drive. And it happens with every project I try to add this way. Okay, it's not that issue but it's convient to add a project with just one click.
Regex try to remove something on RegexpConstructor work and bas no
-
Hello, i try to remove something on url but i try so many time but nothing
lets say i have one url like this https://domain.com/img/images/3605/3605.jpeg?q=50
and i try to remove ?q=50 on bablasoft RegexpConstructor i make it and work perfect ([\s\S]+)[^?q=50]* but when i put it on bas they dont show nothing or lets say remove all links not only ?q=50 what i wantany idea how can i fix it
-
@Habibiii said in Regex try to remove something on RegexpConstructor work and bas no:
Hello, i try to remove something on url but i try so many time but nothing
lets say i have one url like this https://domain.com/img/images/3605/3605.jpeg?q=50
and i try to remove ?q=50 on bablasoft RegexpConstructor i make it and work perfect ([\s\S]+)[^?q=50]* but when i put it on bas they dont show nothing or lets say remove all links not only ?q=50 what i wantany idea how can i fix it

-
@Habibiii said in Regex try to remove something on RegexpConstructor work and bas no:
Hello @Fox Thanks for replay i try it but again not working or lets say when bas go here they not show logs or make script repeat
Use the "Foreach" action

