Skip to main content
Question

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

  • May 25, 2020
  • 1 reply
  • 90 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

 

 

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

1 reply

ebygomm
Influencer
Forum|alt.badge.img+44
  • Influencer
  • 3427 replies
  • 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})