Man Page: test::bdd::cucumber::util
Operating Environment: debian
Section: 3pm
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 |
|---|
| Installing Dash Shell on OS X Lion |
| awk or sed - Convert 2 lines to 1 line |
| A (ksh) Library For and From UNIX.com |
| New UNIX and Linux History Sections |