how can i retrieve the string which is present "" from javascript? -
my requirement have hi "hello" world string need retrieve substring "hello"(which present in quotes).this string present in java script.
how can retrieve substring present in quotes?
thanks in adv.
you can use /("(\\"|[^"])+")/g
Comments
Post a Comment