Framework:FKT RemoveOperationChars: Difference between revisions

From CoPlanner 10
Jump to navigationJump to search
No edit summary
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
==[[Framework:Formulae#Functions|Function]]==
==[[Framework:Formulae#Functions|Function]]==


FKT_RemoveOperationChars(<StringWithOperatorChars>)  
<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__  


[[Category:Functions|RemoveOperationChars]]
[[Category:Functions_-_server-side|RemoveOperationChars]]
[[Category:Functions_-_server-side|RemoveOperationChars]]
[[de:Framework:FKT RemoveOperationChars]]
[[de:Framework:FKT RemoveOperationChars]]

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