@Johnny Strange. I "fixed" it by simply re-trying the same steps several steps. After a while mostly it works. Good enhancemend of course would be the possibility to combine several perfect canvases. Maybe we will see an update about this.
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

