How to extract a string after a specific word from worknotes

roshini1
Kilo Guru

Hi Team,

i have a requirement to extract right hand side value of code and note which is coming into worknotes as below format.

 Code : test code.
Note : Please accept.

Can i know how to do it using regex in BR

2 REPLIES 2

User511834
Tera Expert

The regex below should do the trick:

 

[\w\s]+\:\s(.*)

find_real_file.png

am getting this error while giving "[\w\s]+\:\s(.*)"