WARNING: This server is unstable and will be retired in the next days.
If you want to keep this forum available, please request immediately a migration
on the
Nabble Support forum.
Forums that don't receive any migration request will be deleted forever.
Stackoverflow error
I have to parse the following strings
-DATA datavalue
+DATA datavalue
I am using the following regular expression
^{?:\+\\-)DATA\s*(.*)$
This gives stack overflow if the string is more than 3.6k
Do you have any recommendations to resolve this issue.
Sujata