Maybe you were looking for...

Parse log entry with regex into multiple pieces

I have this line of text here, which will always be the same (except the message at the end): 2021-12-08T18:18:38+00:00 INFO Produktbestand erfolgreich von Coll

Parse xml with special characters in GROOVY

I want reads an xml and then I have to do insert on database. My problem is when a value contains special characters. def xmlResponse = """<?xml version="1.0

Check type of struct in Go

I'm trying to check the type of a struct in Go. This was the best way I could come up with. Is there a better way to do it, preferably without initializing a st

Check if xml exists in a directory and read it

Hello everyone I'm new to c#. I want to read an xml file if it exists in a directory. 1) How can I read it? 2) If there are multiple xml files how to read those