I'm not very used to using regex, but I wanted to know how to replace a content after :
Example:
{
"name": "x",
"name":"y"
}
Result:
{
"name": ,
"name":
}
I'm not very used to using regex, but I wanted to know how to replace a content after :
Example:
{
"name": "x",
"name":"y"
}
Result:
{
"name": ,
"name":
}