Skip to content

Commit

Permalink
Item13883: Not such EXELLENT spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
Jlevens authored and gac410 committed Feb 23, 2016
1 parent 6f091ac commit 4c51212
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SpreadSheetPlugin/data/System/SpreadSheetPlugin.txt
@@ -1,4 +1,4 @@
%META:TOPICINFO{author="ProjectContributor" date="1446958002" format="1.1" version="1"}%
%META:TOPICINFO{author="ProjectContributor" date="1455628764" format="1.1" version="1"}%
%META:TOPICPARENT{name="Plugins"}%
---+!! Foswiki Spreadsheet Plugin
%FORMFIELD{"Description"}%
Expand Down Expand Up @@ -261,7 +261,7 @@ This function has two modes of operation.
* Example: ==%<nop>CALCULATE{$FILTER($sp, Cat and Mouse)}%== returns ==CatandMouse== - remove all spaces
* Example: ==%<nop>CALCULATE{$FILTER([^0-9], Project-ID-1234)}%== returns ==1234== - filter in digits, e.g. keep only digits
* Example: ==%<nop>CALCULATE{$FILTER([^a-zA-Z0-9 ], Stupid mistake*%@^! Fixed)}%== returns ==Stupid mistake Fixed== - keep only alphanumeric characters and spaces
* Example: ==%<nop>CALCULATE{$FILTER([^a-zA-Z0-9], $PROPER(an EXELLENT idea.))}%== returns ==AnExcellentIdea== - turn a string into a %SYSTEMWEB%.WikiWord topic name
* Example: ==%<nop>CALCULATE{$FILTER([^a-zA-Z0-9], $PROPER(an EXCELLENT idea.))}%== returns ==AnExcellentIdea== - turn a string into a %SYSTEMWEB%.WikiWord topic name
* Related: =[[#FuncFIND][$FIND()]]=, =[[#FuncINSERTSTRING][$INSERTSTRING()]]=, =[[#FuncLEFTSTRING][$LEFTSTRING()]]=, =[[#FuncPROPER][$PROPER()]]=, =[[#FuncREPLACE][$REPLACE()]]=, =[[#FuncRIGHTSTRING][$RIGHTSTRING()]]=, =[[#FuncSEARCH][$SEARCH()]]=, =[[#FuncSUBSTITUTE][$SUBSTITUTE()]]=, =[[#FuncSUBSTRING][$SUBSTRING()]]=, =[[#FuncTRANSLATE][$TRANSLATE()]]=, =[[#FuncTRIM][$TRIM()]]=

#FuncFLOOR
Expand Down

0 comments on commit 4c51212

Please sign in to comment.