website logo
⌘K
Introduction
Automation Editor
API Editor
BUILD GUIDE
Environments
API
Design
Webhooks
Connections
Constants
WEBHOOKS SETUP
Google Calendar Webhook
Quickbooks Webhook
Square Webhook
Twitter Webhook
Xero Webhook
CORE APIs
Core API Functions
Core Multi
Core Bulk
Text
Number
List
DateTime
JSON
Web
ACCOUNT MANAGEMENT
Manage Account
Analytics
Monitor Your Tasks
Request APIs
Request Provider
Docs powered by archbee 
3min

Replace

Replaces all the occurrence of a text in a given input text with a provided replacement text



Property

Description

oldString

This is the search pattern and can be an alphanumeric text or a valid regex expression. Set the regex parameter to "yes" if this contains the search pattern in regular expression format

newString

The exact replacement value if the search pattern is found

regex

set "yes" if the oldString contains a valid regular expression pattern



API Definition

Get a cake by its ID
GET
Params
Body Parameters
id
required
String
ID of the cake to get

API Definition

Get a cake by its ID
GET
Params
Body Parameters
id
required
String
ID of the cake to get



Updated 06 Dec 2022
Did this page help you?
Yes
No
UP NEXT
SHA256
Docs powered by archbee 
Replace API