Sandbox: Difference between revisions
From RISC OS
Jump to navigationJump to search
m (testing!) |
|||
(17 intermediate revisions by 6 users not shown) | |||
Line 3: | Line 3: | ||
Click on the edit tab above to give it a go. |
Click on the edit tab above to give it a go. |
||
Hi |
|||
==This is a Sandbox headline== |
|||
==References== |
|||
'''This is some bold text''' |
|||
How do references (to literature, external websites, etc) work in this wiki, if at all. |
|||
<ref>Bananas are the greatest!</ref> |
|||
{{ref|John Smith}} |
|||
<references /> |
|||
Sand! In the Sandbox! |
|||
#{{note}} |
|||
Testing |
|||
Oh, look there's a table too! |
|||
{| align="center" border="1" cellpadding="3" style="background:#f0f0f0;" |
|||
| align="center" colspan="3" style="background:#addeff;" | ''StrongED vs Edit search expressions'' |
|||
|- |
|||
! colspan="3" style="background:#ffdead;" | Wildcarded expressions |
|||
|- |
|||
! style="background:#e0e0e0;" width="100px" | Edit |
|||
! style="background:#e0e0e0;" width="100px" | StrongED |
|||
! style="background:#e0e0e0;" | Description |
|||
|- |
|||
| . |
|||
| . |
|||
| any character (doesn't match \n in StrongED) |
|||
|- |
|||
| $ |
|||
| $ |
|||
| newline character |
|||
|- |
|||
| @ |
|||
| AD |
|||
| alphanumeric (doesn't match '_' in StrongED) |
|||
|- |
|||
| # |
|||
| # |
|||
| digit (decimal) |
|||
|- |
|||
|X |
|||
| \cX |
|||
| control code X |
|||
|- |
|||
| \ |
|||
| "\" |
|||
| literal \ |
|||
|- |
|||
| [] |
|||
| '' |
|||
| set (aka class) |
|||
|- |
|||
| ~ |
|||
| ~ |
|||
| not |
|||
|- |
|||
| * |
|||
| {} |
|||
| zero or more |
|||
|- |
|||
| ^ |
|||
| {}+ |
|||
| one or more |
|||
|- |
|||
| % |
|||
| |
|||
| most (no StrongED equivalent) |
|||
|- |
|||
| & |
|||
| @@ |
|||
| entire matched string |
|||
|- |
|||
| ?n |
|||
| @nm |
|||
| match field n (in Edit in replace only) |
|||
|- |
|||
! colspan="3" style="background:#ffdead;" | Magic characters |
|||
|- |
|||
! style="background:#e0e0e0;" width="100px" | Edit |
|||
! style="background:#e0e0e0;" width="100px" | StrongED |
|||
! style="background:#e0e0e0;" | Description |
|||
|- |
|||
| \. |
|||
| . |
|||
| any character (doesn't match '\n' in StrongED) |
|||
|- |
|||
| \a |
|||
| \w |
|||
| alphanumeric (doesn't match '_' in StrongED) |
|||
|- |
|||
| \d |
|||
| \d |
|||
| digit (decimal) |
|||
|- |
|||
| \xXX |
|||
| \xXX |
|||
| character with ascii code XX |
|||
|- |
|||
| \n |
|||
| \n |
|||
| newline |
|||
|- |
|||
| \\ |
|||
| \\ |
|||
| backslash |
|||
|- |
|||
| \* |
|||
| * |
|||
| any string (doesn't match '\n' in StrongED) |
|||
|- |
|||
| \cX |
|||
| \cX |
|||
| control code X |
|||
|} |
|||
test |
Latest revision as of 18:38, 12 January 2019
This is the riscos.info sandbox. Here you can try out the Wiki functionality and put in anything you want.
Click on the edit tab above to give it a go.
Hi
References
How do references (to literature, external websites, etc) work in this wiki, if at all. <ref>Bananas are the greatest!</ref> Template:Ref
<references />
Testing