Thank you, Brian.
That was exactly what I needed
Keith
On 10/5/19 1:46 pm, Brian Barker wrote:
At 11:13 10/05/2019 +1000, Keith Bates wrote:
I have a text document that contains various mark up tags such as 
</verse>. It's a list of song lyrics from OpenLP. I want to strip off 
all the tags- the <,> and the text between. I know search and replace 
with Regular Expressions will do it for me, but I have a brain block 
when it comes to Reg Ex. Can somebody please tell me how to do this?
Search for: <[^>]*>
Replace with: (nothing)
Explanation:
[^>] matches any character except ">".
[^>]* matches zero or more of such characters.
<[^>]*> matches "<", any text not including ">", and ">", i.e. 
everything from "<" up to and including the first ">" thereafter.
I trust this helps.
Brian Barker
--
*Keith Bates**
**Senior Pastor
*p: 02 67924890
s: 4 Mooloobar St
    Narrabri, NSW 2390
w3w: checklist.windsurf.partly
e: church@new-life.org.au <mailto:church@new-life.org.au>
w: www.new-life.org.au <http://www.new-life.org.au>
*
*
--
To unsubscribe e-mail to: users+unsubscribe@global.libreoffice.org
Problems? https://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: https://wiki.documentfoundation.org/Netiquette
List archive: https://listarchives.libreoffice.org/global/users/
Privacy Policy: https://www.documentfoundation.org/privacy
Context
   
 
  Privacy Policy |
  
Impressum (Legal Info) |
  
Copyright information: Unless otherwise specified, all text and images
  on this website are licensed under the
  
Creative Commons Attribution-Share Alike 3.0 License.
  This does not include the source code of LibreOffice, which is
  licensed under the Mozilla Public License (
MPLv2).
  "LibreOffice" and "The Document Foundation" are
  registered trademarks of their corresponding registered owners or are
  in actual use as trademarks in one or more countries. Their respective
  logos and icons are also subject to international copyright laws. Use
  thereof is explained in our 
trademark policy.