文件名称: 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 ]
下载说明:
  • 新手必看:MT4组件与功能安装通用指引
  • 下载本站资源,如果服务器暂时不能下载,请过段时间重试,或在下方反馈评论。
  • 本站提供的文件仅供个人学习研究之用,请于下载后24小时内删除。如用于商业用途,请购买正版。
下载帮助:
免责声明:此处所提供的信息仅为普遍且带有教育性的信息。并没有其它意图且不应该被构建或解释为任何建议。如果此信息是由你所执行,那么此信息应完全为你自行决定。「外汇联盟」将不会承担任何责任。