Query: test::bdd::cucumber::util
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Test::BDD::Cucumber::Util(3pm) User Contributed Perl Documentation Test::BDD::Cucumber::Util(3pm)NAMETest::BDD::Cucumber::Util - Some functions used throughout the codeVERSIONversion 0.11DESCRIPTIONSome functions used throughout the codeFUNCTIONSbs_quote bs_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"';AUTHORPeter Sergeant "pete@clueball.com"LICENSECopyright 2011, Peter Sergeant; Licensed under the same terms as Perl perl v5.14.2 2012-05-20 Test::BDD::Cucumber::Util(3pm)
Similar Topics in the Unix Linux Community |
---|
awk or sed - Convert 2 lines to 1 line |
Is UNIX an open source OS ? |
Introduction |
Detecting unused variables... |
Find columns in a file based on header and print to new file |