Skip to main content
Question

how to extract text between *** text *** from text file attribute

  • May 25, 2020
  • 1 reply
  • 84 views

I would like to extract text between *** CProtOC*** as a separate attribute from text file

* E * *** CProtOC *** FCLID [5318] - FCL [Fuse] - FOID [2634] - KEY_ID node NOT FOUND text_line

 

 

1 reply

ebygomm
Influencer
Forum|alt.badge.img+38
  • Influencer
  • May 25, 2020

You can use the following regular expression in a string searcher which will return any text that is sandwiched between groups of 3 asterisksd

(?<=\*{3}).*(?=\*{3})

Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings