Convert string to BBCode table

Convert string to BBCode table

Input (String)
Output (String)

The function of this online utility is to convert string to BBCode table.

For example,

1|one
2|two
will becomes:
[table]
1|one
2|two
[/table]
.

Another example,

3	three
4	four
will becomes:
[table]
3|three
4|four
[/table]
.