Sandbox: Difference between revisions
From RISC OS
Jump to navigationJump to search
(Test external links) |
No edit summary |
||
Line 116: | Line 116: | ||
Let's see if CAPTCHAs still work [http://www.riscosopen.org/] (in the interests of balance :) |
Let's see if CAPTCHAs still work [http://www.riscosopen.org/] (in the interests of balance :) |
||
moose! |
Revision as of 21:26, 21 November 2008
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.
This is a Sandbox headline
This is some bold text
Sand from the Sandbox in my sox!
Oh, look there's a table too!
StrongED vs Edit search expressions | ||
Wildcarded expressions | ||
---|---|---|
Edit | StrongED | 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) |
Magic characters | ||
Edit | StrongED | 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
Does this non-SPAM link work ? Let's see RISCOS Ltd.
Let's see if CAPTCHAs still work [1] (in the interests of balance :)
moose!