js字符串操作与例子(国外英文资料).docVIP

  • 3
  • 0
  • 约 35页
  • 2017-06-10 发布于河南
  • 举报

js字符串操作与例子(国外英文资料).doc

js字符串操作与例子(国外英文资料)

js字符串操作与例子(国外英文资料) Concat () - combines two or more characters together to return a new string. IndexOf () - returns the index that appears in the first substring in the string. If there is no match, return -1. CharAt () - returns the character of the specified location. LastIndexOf () - returns the index of the last occurrence of a substring in a string, and returns -1 if there is no match. Match () - checks whether a string matches a regular expression. Substring () - a substring that returns a string. The incoming parameter is the start and end position. Replace () - used to find a string t

文档评论(0)

1亿VIP精品文档

相关文档