cybersecuritypoet
cybersecuritypoet
I see that the issue is pretty much dead, but I would like to add a comment for reference. **Logs requiring regex:** An example of logs that I believe cannot...
Would string-to match an empty string? The description suggests that it wouldn't: `One or more characters, up to the next string given in “extradata”.` Also, because the username can be...
I think there might be some misunderstanding. Your solution will not work if the username is empty. Your solution will not work as desired/at all if the username contains '...
>If you allow anything in a name and don't have a delimiter (and don't escape it), it is going to be impossible to parse reliably no matter what you do...