Показать сообщение отдельно
Старый 04.02.2009, 19:05   #1  
Blog bot is offline
Blog bot
Участник
 
25,643 / 848 (80) +++++++
Регистрация: 28.10.2006
axaptapedia: StrReplace
Источник: http://www.axaptapedia.com/StrReplace
==============

Summary: New page: ==StrReplace== ===Syntax=== str strReplace( str _str, str _fromStr , str _toStr) ===Description=== Replace all of those occurrence in the text string specified by _str of sub...

==StrReplace==
===Syntax===

str strReplace( str _str, str _fromStr , str _toStr)


===Description===
Replace all of those occurrence in the text string specified by _str of substring equal to _fromStr with the string specified in _toStr and return the new string. That is, starting first character subtring in _str equal to _fromStr will be replace with _toStr.

===Example===

strReplace("a.b.c.d", ".", " ")
//returns the text string "a b c d".

strReplace("?!?!?", "?!?", "*")
//returns the text string "*?".


===Note===
StrKeep is complementary to StrRem.

==See also==
* [[StrRem]]
* [[StrKeep]]

[[Category:String]]
[[Link title]]


Источник: http://www.axaptapedia.com/StrReplace
__________________
Расскажите о новых и интересных блогах по Microsoft Dynamics, напишите личное сообщение администратору.