Hi,
I need to substract the headding 00 in some fields.
I have tried something like
mutate {
gsub => [
"from", "[\A00\d+]", "??????"
]
}
what do I have to put in the ??? in order to have the remaining digits?
Thank you
Reagrds
Ana