Home > database >  Hive regular extraction consecutive number into a string
Hive regular extraction consecutive number into a string

Time:09-27

How do I put the string of Numbers into a character?
Such as "asd12345qwe23" into "asd/num qwe (num)"
With continuous number into a string to
I use a regular expression: regexp_replace (the original string, "^ [0-9] + $"," [num] ")
No effect for the great spirit guide==
  • Related