Next: , Previous: , Up: Internal Routines   [Contents][Index]


15.5.591 strr

strr( s1, s2, s3 [, n])

Replace up to n occurrences of substring s2 in string s1 with substring s3. n defaults to infinity.

Alias: strreplace