SecreC 2 language  2.8.0 (2023.09)
Language and standard library reference
Functions
isSuffixOf

Functions

bool isSuffixOf (string a, string b)
 

Detailed Description

Function for checking if a string is a suffix of another string.

Parameters
asuffix string
bother string
Returns
returns true if a is a suffix of b and false otherwise

Function Documentation

◆ isSuffixOf()

bool isSuffixOf ( string  a,
string  b 
)