Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
BBCode
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
== Implementation == BBCode is typically implemented by applying a series of [[regular expression]] string-replace operations upon the input. Because regular expressions are limited in analyzing the structure of text input, this has the artifact that any non-hierarchical BBCode input will be transformed into invalid non-hierarchical HTML without error.{{Citation needed|date=January 2022}} Applying traditional parsing techniques is made difficult by [[syntactic ambiguity|ambiguities]] in the markup, such as in {{code|1=[quote=[b]text[/b][/quote]}}, where the input can either be interpreted as "text" quoted from someone called {{code|[b}}, or the bolded text "text" surrounded by {{code|1=[quote=}} and {{code|lang=bbcode|code=[/quote]}}, i.e. <code>[quote='''text'''[/quote]</code>.
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)