This is the string:
[quote="test post1"]this is a test post[/quote]
I want to retrieve only test post1 value
This is what I am doing…
[tmp test][item-param body] [/tmp]
$str1 = $Scratch->{test};
$str1 =~ m/"(.?)"/;
But it’s not giving is the expected value: test post1
Any help will be appreciated.
1 Answer