Framework:FKT RemoveOperationChars: Difference between revisions

From CoPlanner 10
Jump to navigationJump to search
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:


<span {{CoPFormel}}>FKT_RemoveOperationChars(<StringWithOperatorChars>)</span>
<span {{CoPFormel}}>FKT_RemoveOperationChars(<StringWithOperatorChars>)</span>


{| class="wikitable" width="80%"
{| class="wikitable" width="80%"
Line 12: Line 11:
|Ccharacter string from which the operands are removed  
|Ccharacter string from which the operands are removed  
|}
|}
This function belongs to [[:Category:Functions_-_server-side|server-side functions]].
These operators will be filtered:
:*(
:*)
:*[
:*]
:*+
:*-
:*/
:*=
:*;
:*.
:*,
:*:
:*'
:*"




==Result==
==Result==
Supplies the applied character string without the operands


Supplies the applied character string without the operands
 
==Example==
<span {{CoPFormel}}>FKT_RemoveOperationChars(PC/KST)</span><br>
Entered in the caption of the filter PC/KST the notation will shown as PCKST


__NOEDITSECTION__  
__NOEDITSECTION__  

Latest revision as of 12:48, 17 February 2014

Function

FKT_RemoveOperationChars(<StringWithOperatorChars>)

Parameter Description
StringWithOperatorChars Ccharacter string from which the operands are removed

This function belongs to server-side functions.

These operators will be filtered:

  • (
  • )
  • [
  • ]
  • +
  • -
  • /
  • =
  • .
  • ,
  • '
  • "


Result

Supplies the applied character string without the operands


Example

FKT_RemoveOperationChars(PC/KST)
Entered in the caption of the filter PC/KST the notation will shown as PCKST