https://api.ipify.org
https://api.myip.com
https://ip.seeip.org/jsonip
https://api.ip.sb/ip
https://api.myip.la
https://api.myip.la/en?json
https://ipapi.co/ip/
http://api.ipaddress.com/myip?parameters
https://what-is-my-ip.functionapi.workers.dev/
https://jsonip.com
http://ipwho.is
http://2ip.tools
https://checkip.amazonaws.com
https://checkip.dns.he.net
http://checkip.dyndns.org
https://curlmyip.net
https://ip-addr.es
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

