|
Microsoft® JScript replace Method |
Language Reference Version 3 |
Replaces the text found by a regular expression with other text.
stringObj.match(rgExp, replaceText)
The replace method syntax has these parts:
Part Description stringObj Required. The String object or literal on which to perform the replace. This object is not modified by the replace method. rgExp Required. A Regular Expression object describing what to search for. replaceText Required. A String object or literal containing the text to replace for every successful match of rgExp in stringObj.
The result of the replace method is a copy of stringObj after all replacements have been made.The method updates the contents of the RegExp object.
© 1997 by Microsoft Corporation. All rights reserved.
| file: /techref/inet/iis/jscript/htm/js827.htm, 2KB, , updated: 2008/1/31 11:58, local time: 2010/3/20 17:40,
38.107.191.111:LOG IN
|
| ©2010 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? Please DO link to this page! Digg it! <A HREF="http://www.piclist.com/techref/inet/iis/jscript/htm/js827.htm"> replace Method</A> |
| Did you find what you needed? |
|
|
Ubicom SX18 thru SX52, PIC 16c5X compatibile, 50 to 75 MIPS microcontrollers! Now US customers can buy the Excellent SXDev from SXList.com for $150 + $15 import fee + s&h (~ $180 total+tax in CA) |
.