Javatpoint Logo
Javatpoint Logo

Oracle REPLACE() Function

REPLACE is a String function of Oracle. This function is used to replace the sequence of character with another character in the given string.

Syntax

Parameters

string1 : string to be replaced from the sequence of characters.

string_to_replace : string to be searched in the string for replacing.

replacement_string : it is optional. String to be replaced will be replaced from this string.

Return

It will return replace string

Example 1


Oracle String REPLACE() Function

Example 2


Oracle String REPLACE() Function

Example 3


Oracle String REPLACE() Function
Next TopicOracle String





Youtube For Videos Join Our Youtube Channel: Join Now

Feedback


Help Others, Please Share

facebook twitter pinterest

Learn Latest Tutorials


Preparation


Trending Technologies


B.Tech / MCA