MT4库文件-字符串增强库函数文件,回复帖子即可查看、下载!
! s t$ {( a/ E3 D8 `518外汇网小编推荐:MT4库文件-字符串增强库函数文件。2 X8 V% x$ {" F9 s% @2 V. \" S" B
文件类型: .rar
% E; A; ~! p$ k: D( y7 J界面语言: 简体中文
9 P5 Y; r. D# ] T+ d: z文件类型: 国产软件
i8 F' h9 j" z X& n' _% ], D2 ^运行环境: /Win9X/Me/WinNT/2000/XP Z' C) W! Y5 c2 r, K
授权方式: 共享软件
% ^) u' v8 M: R+ ]5 N- T文件大小: 5.88 KB2 B* n9 V# B4 s" @1 D4 X2 E' F
文件来源: 会员投稿
* X) h% d! G- T. y8 h3 s' Q官方网址: 官方站
; R9 J# D1 x/ {: B/ p* k0 a文件介绍: String Library
6 K' z; o: C) Q$ m4 ZString 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 .
- Z5 E# q" M8 D1 c, J8 ?' r; }* F: ^" x8 u3 n
Functions:
7 b& ]/ S/ v! ~& P4 |.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).
- c7 X' r6 E9 T9 H0 E/ x
& d* i, }1 v% ]/ P) r7 H7 [Download, and unpack it in experts subdirectory.
T) u2 z! X- b$ G$ c
' Z- q5 d8 h' c- u2 s518外汇网--是一家专门提供外汇交易免费学习的专业化外汇学习、外汇开户、外汇投资网站,MT4库文件-字符串增强库函数文件.主要是以公平公正的角度传达做外汇需要的心态 技巧,免费共享各种外汇交易投资策略,提供新鲜的外汇交易资讯和公平,透明的外汇交易平台,网站内容包含:学习技巧,开户取款,外汇交易学习,心态学习,学习资料,软件下载,什么是外汇交易,外汇交易是真的吗,外汇交易各种平台介绍等。
" q/ R; y, B' ^( |) d6 S3 z# E
+ M2 y% D4 \) X$ y8 a* q# o7 V$ J |
|