Framework:FKT RemoveOperationChars: Difference between revisions

From CoPlanner 10
Jump to navigationJump to search
No edit summary
No edit summary
 
(5 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%"
{| cellspacing="1" cellpadding="3" width={{{breite|80%}}}  border="1"
|- {{Tabellentitel}}
|-
| Parameter  
| style=background-color:#f6f6f6 |'''Parameter'''
| Description
| style=background-color:#f6f6f6 |'''Description'''
|-
|-
|StringWithOperatorChars
|StringWithOperatorChars
|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:Framework Formulae|RemoveOperationChars]]
[[Category:Functions|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