Hello all, I have a regexp
"[^\\d]+([^\\n]+)"
an input string
Someword 1234
output
omeword 1234
I wanna skip string before first number and get all rest, but it dont work
What’s wrong? In boost it works
↧