Skip to main content
added 3 characters in body
Source Link
steve
  • 22.4k
  • 5
  • 53
  • 79
sed -i 's/\(topic\": "\)[a[A-Za-z_]*/\1test_1/' file.json 
sed -i 's/\(topic\": "\)[a-z_]*/\1test_1/' file.json 
sed -i 's/\(topic\": "\)[A-Za-z_]*/\1test_1/' file.json 
Source Link
steve
  • 22.4k
  • 5
  • 53
  • 79

sed -i 's/\(topic\": "\)[a-z_]*/\1test_1/' file.json