Posts by Caio Oliveira • 145 points
3 posts
-
1
votes1
answer367
viewsA: Break lines with regex
EDITED fixing issues listed in the comments I have reached the solution of your problem with REGEX: ^(?:[\w \/]*\:(?:(?!\n\n|\n[\w ]+\:).)*)|\* \* \* regex101 online test How the regex works? First…
-
2
votes1
answer85
viewsQ: outputStream writing a byteArray - XSS validation
I am working with a software that goes through a "Security Application" that indicates the lines of code that are potentially insecure (theoretically). Based on the code below, the application…
-
1
votes1
answer98
viewsA: How to take the content of the JOIN clause condition
I do not know the origin of its expression (and even less if the result obtained was really the intended one) but I adapted it to achieve the values preceded by on. So try with that one expression:…