0
votes
2answers
490 views
C# Regex Split To Java Pattern split
I have to port some C# code to Java and I am having some trouble converting a string splitting command.
While the actual regex is still correct, when splitting in C# the regex tokens are pa …
