文件名称: | MT4库文件——字符串增强库函数文件 | |
文件类型: | .rar | |
界面语言: | 简体中文 | |
文件类型: | 国产软件 | |
运行环境: | /Win9X/Me/WinNT/2000/XP | |
授权方式: | 共享软件 | |
文件大小: | 5.88 KB | |
软件评级: | ||
文件来源: | 会员投稿 | |
官方网址: | 官方站 | |
发布时间: | 2008-09-21 09:11:30 | |
文件介绍: | String Library String Library provides a group of useful functions intended for working with strings. The library perfectly complement build-in functions of MetaTrader. After copying the files into corresponding directories you can include the library by adding following line to your files: #include Functions: .string stringReplaceAll(string str, string toFind, string toReplace) — Returns a new string resulting from replacing all occurrences of toFind in this string with toReplace. .string stringReplaceFirst(string str, string toFind, string toReplace) — Replaces the first substring of this string that matches toFind with toReplace. .void stringSplit(string& output[], string input, string token) — Splits input string into output array around given token. .string stringTrim(string str) — Returns a copy of the string, with leading and trailing whitespace omitted. .bool stringStartsWith(string str, string prefix) — Tests if given string starts with the specified prefix. .bool stringEndsWith(string str, string suffix) — Tests if given string ends with the specified suffix. .string stringToLowerCase(string str) — Converts all of the characters in the given string to lower case (works only with English alphabet). .string stringToUpperCase(string str) — Converts all of the characters in the given string to upper case (works only with English alphabet). .bool stringEqualsIgnoreCase(string str1, string str2) — Compares one string to another string, ignoring case considerations (works only with English alphabet). Download, and unpack it in experts subdirectory. |
|
下载地址: | [ 下载地址1 ] | |
下载说明: |
|
|
下载帮助: |