Hello,
I have to highlight specific text
EX there is paragraph in that paragraph there is word “Name” and i want to highlights only this word
this is my code is regex match pattern =(Sub:)[\w\W\d]+(?=India.com)
Hello,
I have to highlight specific text
EX there is paragraph in that paragraph there is word “Name” and i want to highlights only this word
this is my code is regex match pattern =(Sub:)[\w\W\d]+(?=India.com)
Hello @Suraj_Gaikwad_Nuvama_Grou
Kindly provide the Input and expected output. It will help us to provide you a better solution.
For name alone, Try this
(?:Name)
output is store in Find matching pattern
= (Sub:)[\w\W\d]+(?=http://www.india.com) the variable is “Match” Passing to append line
(Sub:)[\w\W\d]+(?=http://www.india.com) this code is use for starting text to where i want to end