Home > Back-end >  A regular expression to extract the selected numerical characters
A regular expression to extract the selected numerical characters

Time:04-30

As there is now a the following data, will need to be removed after//comments and Spaces, and the data after a '-', take out after the rest of the full value,
how should handle?{
"Prompt" : 0,//type: Number field must note: no
"Url_type" : "mock",//type: String field shall note: no
"Url" : "mock",//type: String field shall note: no
"Code" : 0,//type: Number field must note: no
"Message" : "success",//type: String field shall note: no
"Data" : - {...//type: Object fields shall note:}
  • Related