MT4库文件-字符串增强库函数文件,回复帖子即可查看、下载!
: B$ {% V, n. x! t518外汇网小编推荐:MT4库文件-字符串增强库函数文件。* Q' O, c9 i r' m
文件类型: .rar o5 T: w. c- M( k
界面语言: 简体中文$ H7 {8 z* M# L% O T* j
文件类型: 国产软件+ ^, L# Q# y* A/ {; b
运行环境: /Win9X/Me/WinNT/2000/XP
, r$ e2 r' m( B) y. D, o授权方式: 共享软件- ~0 k3 x2 F6 E2 T
文件大小: 5.88 KB
8 z0 W; |7 J- N7 E* g文件来源: 会员投稿( a1 v3 l; L5 I' {
官方网址: 官方站+ Q5 C! d5 p( O+ b' i$ S7 R
文件介绍: String Library
7 t/ M& a' S( D% U/ GString 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 .
5 @' H/ K4 G. X) t' H, U' W J' _4 n& v! Q! g; ]
Functions:
1 \) c3 r b3 D0 ?* m e( W% x.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). * B% ?6 ~6 H* ?& h- U
* [: b9 Y6 K; P2 dDownload, and unpack it in experts subdirectory.
1 H4 Q% F) \& ?+ W% @4 S1 S1 e: b7 h6 i
518外汇网--是一家专门提供外汇交易免费学习的专业化外汇学习、外汇开户、外汇投资网站,MT4库文件-字符串增强库函数文件.主要是以公平公正的角度传达做外汇需要的心态 技巧,免费共享各种外汇交易投资策略,提供新鲜的外汇交易资讯和公平,透明的外汇交易平台,网站内容包含:学习技巧,开户取款,外汇交易学习,心态学习,学习资料,软件下载,什么是外汇交易,外汇交易是真的吗,外汇交易各种平台介绍等。
5 ?% R& h' e5 v5 G+ i3 I5 J* e
4 a. E/ t y: f( z" V |
|