Framework:FKT RemoveOperationChars: Difference between revisions

From CoPlanner 10
Jump to navigationJump to search
No edit summary
No edit summary
 
Line 12: Line 12:
|}
|}
This function belongs to [[:Category:Functions_-_server-side|server-side functions]].
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