ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Standard functions / String functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Converts a Markdown string to plain text (without tags).
Example
// Check if the string contains Markdown tags
PROCEDURE CheckMarkdown(string_to_check is string)
IF  MarkdownToText(string_to_check) = string_to_check THEN
// the text does not contain tags
RESULT False
END
RETURN True
Syntax
<Result> = MarkdownToText(<Markdown string>)
<Result>: Character string
Text string (without tags).
<Markdown string>: Character string
Markdown string.
Component: wd290mdl.dll
Minimum version required
  • Version 28
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 02/21/2023

Send a report | Local help