EmEditor (text editor) Forum Index
   Regular Expressions
     Example please for (?n:true_expression:false_expression)
Register To Post

Flat Previous Topic | Next Topic
Poster Thread
JohnQSmith
Posted on: 10/17/2011 12:10 pm
Not too shy to talk
Joined: 7/15/2011
From:
Posts: 30
Re: Example please for (?n:true_expression:false_expression)
I played with it a while and finally figured it out. Here's an example.

Input document
TheGreenAile TheGreenBile TheGreenCile TheGreenDile
TheGreenEile TheGreenFile TheGreenGile TheGreenHile
TheGreenIile TheGreenJile TheGreenKile TheGreenLile
TheGreenNile TheGreenOile TheGreenPile TheGreenQile
TheGreenRile TheGreenSile TheGreenUile TheGreenVile
TheGreenWile TheGreenXile TheGreenYile TheGreenZile

Search string
(?:([BFNPR])|([^BFNPR]))(ile)

Replace string
(?1:M:T)\3

Replace all and output is
TheGreenTile TheGreenMile TheGreenTile TheGreenTile
TheGreenTile TheGreenMile TheGreenTile TheGreenTile
TheGreenTile TheGreenTile TheGreenTile TheGreenTile
TheGreenMile TheGreenTile TheGreenMile TheGreenTile
TheGreenMile TheGreenTile TheGreenTile TheGreenTile
TheGreenTile TheGreenTile TheGreenTile TheGreenTile

I color coded it to help you see what's happening.

Oh yeah, the Boost regex docs helped me figure it out.
Flat Previous Topic | Next Topic


Subject Poster Date
   Example please for (?n:true_expression:false_expression) Stefan 10/13/2011 10:51 pm
   » Re: Example please for (?n:true_expression:false_expression) JohnQSmith 10/17/2011 12:10 pm
       Re: Example please for (?n:true_expression:false_expression) Stefan 10/17/2011 9:46 pm
         Re: Example please for (?n:true_expression:false_expression) Stefan 10/17/2011 11:18 pm
           Re: Example please for (?n:true_expression:false_expression) JohnQSmith 10/18/2011 6:39 am
             Re: Example please for (?n:true_expression:false_expression) Stefan 10/18/2011 10:12 am
               Re: Example please for (?n:true_expression:false_expression) JohnQSmith 10/18/2011 10:39 am

Register To Post
 
English čeština Deutsch español français italiano 日本語 한국어 Русский 简体中文 繁體中文