Test::BDD::Cucumber::Util - Some functions used throughout the code
Contents
Description
Some functions used throughout the code
Functions
bs_quotebs_unquote
bs_quote() "makes safe" strings with backslashed characters in it, so other operations can be done on
them. "bs_unquote" goes the other way.
$string = "foo \<bar\> <baz>";
$string = bs_quote( $string );
$string =~ s/<([^>]+)>/"$1"/g;
$string = bs_unquote( $string );
$string eq 'foo <bar> "baz"';
License
Copyright 2019-2023, Erik Huelsmann
Copyright 2011-2019, Peter Sergeant; Licensed under the same terms as Perl
perl v5.40.1 2025-05-29 Test::BDD::Cucumber::Util(3pm)
Name
Test::BDD::Cucumber::Util - Some functions used throughout the code
Version
version 0.87
