eBiss 3

Hilfe & Dokumentation

User Tools

Site Tools


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

Table of Contents

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 · Last modified: 2024/02/20 08:15 by 127.0.0.1