laravel-shortcodes icon indicating copy to clipboard operation
laravel-shortcodes copied to clipboard

Functionnality : Strip conserving content

Open Nuranto opened this issue 5 years ago • 0 comments

Current behavior :

Shortcode::strip($string) will remove a shortcode like this : [link href="/toto"]Toto[/link] => `` (empty)

Proposal :

It would be great to add a parameter into strip method in order to keep or not the content, so we can strip like this : [link href="/toto"]Toto[/link] => Toto

Nuranto avatar Jun 29 '19 16:06 Nuranto