Sandbox

From RISC OS
Revision as of 21:38, 10 July 2007 by Jymbob (talk | contribs) (unspam)
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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! In the Sandbox!

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)