Document Properties
Kbid
2476Y2
Last Modified
04-Feb-2020
Added to KB
20-Jun-2013
Public Access
Everyone
Status
Online
Doc Type
References
Product
  • ICM 7.10
  • ICM 11
ISML Function - replace()

Name

replace()

Short Description

changes seperators between string values of attributes

Table of Contents

Product Version

6.5

Product To Version

 

StatusNew Labels

Introduction

The function replace() can be used to reformat string values of attributes which consist of multiple elements, such as red,green,blue,white. The function identifies a separator (e.g., a comma) and replaces it with a different separator (e.g., a white space). Going by example, the string value red,green,blue,white would be turned into red green blue white, with the comma replaced by a white space.

Syntax

replace(<string variable>, <pattern>, <replacement>)

Note

<pattern> may be a regular expression to find multiple separators (e.g., comma and semicolon) and complex separators (e.g., ---) at once.

Example

The following example replaces a comma by a white space when printing the values of the string variable foo:

<ISPRINT value="#replace(foo, ',', ' ')#">

Reference - ISML Functions

Disclaimer
The information provided in the Knowledge Base may not be applicable to all systems and situations. Intershop Communications will not be liable to any party for any direct or indirect damages resulting from the use of the Customer Support section of the Intershop Corporate Web site, including, without limitation, any lost profits, business interruption, loss of programs or other data on your information handling system.
The Intershop Knowledge Portal uses only technically necessary cookies. We do not track visitors or have visitors tracked by 3rd parties. Please find further information on privacy in the Intershop Privacy Policy and Legal Notice.
Home
Knowledge Base
Product Releases
Log on to continue
This Knowledge Base document is reserved for registered customers.
Log on with your Intershop Entra ID to continue.
Write an email to supportadmin@intershop.de if you experience login issues,
or if you want to register as customer.