@jobriwterr I didn't fully understand you, the clipboard is shared by the entire PC, so if you work on that PC and use the clipboard in your work it can cause problems. If you are using multithreading then you should use the clipboard one at a time, this can be implemented through thread locking using global variables.
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

