ufe 7.0
Universal Front End is a DCC-agnostic component that will allow a DCC to browse and edit data in multiple data models
stringUtils.h
Go to the documentation of this file.
1#line 1 "D:/Jenkins/workspace/EMS/ECG/ufe/full/ufe-full-python3.13-windows/ufe/include/stringUtils.h"
2#ifndef UFE_STRINGUTILS_H
3#define UFE_STRINGUTILS_H
4
5// ===========================================================================
6// Copyright 2025 Autodesk, Inc. All rights reserved.
7//
8// The use of this software is subject to the Autodesk Terms of Use or other
9// license agreement provided at the time of installation or download, or
10// which otherwise accompanies this software.
11// ===========================================================================
12
13#include "common/ufeExport.h"
14
15#include <string>
16#include <vector>
17
33
42UFE_SDK_DECL std::vector<std::string> split(const std::string& src, char sep);
43
52UFE_SDK_DECL std::vector<std::string> split(
53 const std::string& src,
54 const std::string& sep
55);
56
64UFE_SDK_DECL bool endsWith(const std::string& str, const std::string& suffix);
65
66}
67
68#endif /* UFE_STRINGUTILS_H */
std::string string(const Path &path)
bool endsWith(const std::string &str, const std::string &suffix)
std::vector< std::string > split(const std::string &src, const std::string &sep)
std::string lstrip(std::string src, char toStrip)
#define UFE_NS_DEF
Definition: ufe.h:36
Definition of macros for symbol visibility.
#define UFE_SDK_DECL
Definition: ufeExport.h:35