FARGOS/VISTA Object Management Environment Core  ..
FARGOS/VISTA Object Management Environment Core Table of Contents
utils.cpp File Reference
#include <stdlib.h>
#include <OMEtype.h>

Functions

void OMEconvertString (OMEtype &result, OMEstring *token, const uint_fast16_t forceBase, const bool discard)
 Converts text strings into numeric values. More...
 
int stringToArrayOfTokens (OMEtype &result, const OMEstring &source, const char *delimeterList, const int convertFlag)
 Tokenizes a string and saves the parsed tokens as individual elements of an array. More...
 
int stringToArrayOfTokens (OMEtype &result, const char *source, const int srcLen, const char *delimeterList, const int convertFlag, int charSet)
 Tokenizes a buffer and saves the parsed tokens as individual elements of an array. More...
 
int subscriptsInOrder (OMEtype &result, const OMEtype &list, uint_fast8_t descending)
 Examines an array (either sparse or associative) and returns a list of subscripts that allow the elements of the array to be accessed in the requested order. More...
 
OMEstringconvertCaseOfString (const OMEstring &arg, uint_fast8_t toLowercase)
 
int caseInsensitiveCompare (const OMEstring &str1, const OMEstring &str2, bool fuzzy)
 
OMEstringsubstituteText (const OMEstring &data, const OMEassoc &replacements)
 

Function Documentation

◆ substituteText()

Generated: Fri Jul 31 2020 18:19:16
Support Information