eBiss 3

Hilfe & Dokumentation

Benutzer-Werkzeuge

Webseiten-Werkzeuge


en:transformation:mappings:funktionen:string:substring-before

Inhaltsverzeichnis

substring-before

The substring-before() function returns that part of an input string that precedes the first occurrence of a comparison string in the input string.
The comparison string should consist of at least one single character or a character string.
If the comparison string occurs more than once in the examined string - for example a separator in a list available as a single string - only its first occurrence is considered.

Syntax:

substring-before('String', 'Comparison String')

Example

substring-before('SLSRPT_1324.csv,'.csv')

Returns SLSRPT_1324

en/transformation/mappings/funktionen/string/substring-before.txt · Zuletzt geändert: 2024/02/20 08:15 von 127.0.0.1