depuseStringmult

by Tim C. Lueth, SG-Lib Toolbox: SolidGeometry 5.6 - CODING/DEVELOP
Introduced first in SolidGeometry 5.5, Creation date: 2025-08-13, Last change: 2025-09-15

Finds files that contain multiple strings linked by an AND condition.

Description

This function was used to search for potential bugs that appeared in FSofSG and were caused by combining the new string parameter search with getfuncparamStr in combination with the earlier parameter search "~isempty(varargin{" commonly used before 2018, which can be fixed by replacing the later one with "getfuncparam".

See Also: depuseString

Example Illustration

 missing image of depuseStringmult(term1,term2)

Syntax

ll=depuseStringmult([term1,term2])

Input Parameter

term1: search term 1
term2: search term 2 and more

Output Parameter

ll: cell list of file that containt all of the search strings

Examples


depuseStringmult('getfuncparamStr','~isempty(varargin{')




Copyright 2025 Tim C. Lueth. All rights reserved. The code is the property of Tim C. Lueth and may not be redistributed or modified without explicit written permission. This software may be used free of charge for academic research and teaching purposes only. Commercial use, redistribution, modification, or reverse engineering is strictly prohibited. Access to source code is restricted and granted only under specific agreements. For licensing inquiries or commercial use, please contact: Tim C. Lueth

Last html export of this page out of FM database by TL: 2025-09-21