Skip to main content
Skip table of contents

String functions


String functions

All functions which are directly related to an individual string are summarized here.

General functions:

f$StrLen

Get the actual string length

f$SubStr

Get a sub string from a string


Conversion functions:

f$Upper

Convert a string to upper case

f$Lower

Convert a string to lower case

f$decrypt

Encrypt a text

f$encrypt

Decrypt a text

f$replace

Replace a search string with a replace string

f$placeholder

Substitute @parameter@ with value of parameter


Comparison functions:

f$FindStr

Find a string within another

f$IsStringEQ

Test if two strings are equal

f$IsStringNE

Test if two strings are not equal

f$IsStringIn

Test if string1 is part of string2

f$IsCharIn

Test if some characters are part of string


Date functions:

f$Dateval

Get day, week, month, year from date

f$Datecheck

Check validity of date

f$DateCompare

Difference of two dates

f$DateAdd

Add days, weeks, months, years to date and convert dates into other formats

f$dateformat

convert dates into other formats


In addition to these functions, string operators are also available.

See also:

f$StrLen (f$TextLänge)

f$Upper (f$TextGroß)

f$Lower (f$TextKlein)

f$SubStr (f$TeilText)

f$FindStr (f$TextSuche)

f$Replace (f$Ersetzen)

f$trim

f$Element

f$placeholder (f$Platzhalter)

f$IsStringEQ (f$IstTextGleich)

f$IsStringNE (f$IstTextUngleich)

f$IsStringIn (f$IstTextIn)

f$IsCharIn (f$IstZeichenIn)

f$Asc

f$Splitstring (f$TextZerlegen)

f$decrypt

f$encrypt

f$MD5Hash

f$base64encode

f$base64decode

f$DateAdd (f$DatumAddieren)

f$DateFormat (f$DatumsFormat)

f$Dateval (f$DatumsWert)

f$Datecheck (f$Datumprüfen)

f$DateCompare (f$Datumsvergleich)

f$Stringbuffer_Init

f$Stringbuffer_Add

f$Stringbuffer_Get

f$Stringbuffer_Size

f$xml_convert

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.