Framework:FKT FormattedTextToRawText: Difference between revisions

From CoPlanner 10
Jump to navigationJump to search
No edit summary
No edit summary
Line 1: Line 1:
==[[Framework:Formeln#Funktionen|Funktion]]==
==[[Framework:Formulae#Functions|Function]]==


This function returns a formatted text without the format tags (e.g. [color=#49e31a]).
This function returns a formatted text without the format tags (e.g. [color=#49e31a]).
Line 6: Line 6:




Diese Funktion gehört zu den [[:Kategorie:Funktionen_-_serverseitig|serverseitigen Funktionen]].
This function belongs to [[:Category:Functions_-_server-side|server-side functions]].


==Beispiel==
==Example==
Typed:
Typed:


Line 16: Line 16:
__NOEDITSECTION__  
__NOEDITSECTION__  


[[Category:Funktionen|FKT_FormattedTextToRawText]]
[[Category:Functions|FKT_FormattedTextToRawText]]
[[Category:Funktionen - serverseitig|FKT_FormattedTextToRawText]]
[[Category:Functions_-_server-side|FKT_FormattedTextToRawText]]
[[de:Framework:FKT_FormattedTextToRawText]]
[[de:Framework:FKT_FormattedTextToRawText]]

Revision as of 11:40, 12 September 2022

Function

This function returns a formatted text without the format tags (e.g. [color=#49e31a]).

FKT_FormattedTextToRawText(<FormattedText>)


This function belongs to server-side functions.

Example

Typed:

FKT_FormattedTextToRawText('[color=#d03f3f]rot[/color][left][color=#0f0909]schwarz[/color][/left]') -> Ergebnis: rotschwarz