Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi, https://bablosoft.com/personal/license/BASPremium you can contact staff here.
@tony2n91 this happend bacause the type of your variables is "string", so you have to change it to the type "number"
@andreiem said in Regex new line:
@GaG said in Regex new line: .replace(/href="\//g, "href=\"\/\r\n") That worked Do you also know how can I use regex to remove everything after = Thank you!
@GaG said in Regex new line:
.replace(/href="\//g, "href=\"\/\r\n")
That worked
Do you also know how can I use regex to remove everything after =
Thank you!
Users would help you more quickly if you attached examples of the general text and what it should look like in the end.
@mezopro Yes, you're right. I think it's not possible with dynamic links. Maybe someone has another solution...