https://github.com/skorotkiewicz/bbcode
https://github.com/skorotkiewicz/bbcode
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/skorotkiewicz/bbcode
- Owner: skorotkiewicz
- Created: 2011-09-25T11:40:41.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-09-25T11:45:57.000Z (over 13 years ago)
- Last Synced: 2025-01-31T12:34:46.047Z (4 months ago)
- Language: PHP
- Homepage:
- Size: 93.8 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Copyright 2011 Sebastian Korotkiewicz
--------------------------------------------------------// example
echo BBCode("
[b]test[/b] \n
[img]http://example.com/images.png[/img] \n
[color=23456] 12132132 [/color] \n
[a]http://google.pl[/a] \n
[a=http://example.com/]http://example.com/images.png[/a] \n
:D :P :) \n
");