Content deleted Content added
m Single-quote is valid in Lua |
m Added an example of creating the empty string in the Rust programming language |
||
Line 66:
| <code>%{}</code><br /><code>%()</code>
| [[Ruby (programming language)|Ruby]]
|-▼
| <code>String::new()<ref>{{Cite web |title=String in std::string - Rust |url=https://doc.rust-lang.org/std/string/struct.String.html#method.new |access-date=2022-11-30 |website=doc.rust-lang.org}}</ref>
| [[Rust (programming language)|Rust]]
|-
| <code>string.Empty</code>
Line 78 ⟶ 81:
| <code><nowiki>[[]]</nowiki></code>
| [[Lua (programming language)|Lua]]
▲|-
|}
Line 88 ⟶ 90:
Empty lines of text show the empty string. This can occur from two consecutive [[End of line|EOLs]], as often occur in [[text file]]s, and this is sometimes used in [[text processing]] to separate [[paragraph]]s, e.g. in [[MediaWiki]].
==See also==
|