sb

Surrounds "string_expression" with square brackets.

Syntax

sb ( string_expression )

Example

# sb ( 'abc' ) #

Result

[abc]