Like this:

        Searching pattern:
                ^.+?(\d{2})/(\d{2})/.+?$
        Specific sub-patterns:
                \2 \1

To sort year/month/day

        Searching pattern:
                ^.+?(\d{2})/(\d{2})/(\d{4}).+?$
        Specific sub-patterns:
                \3 \2 \1


> On Sep 27, 2016, at 11:46 AM, Frere Roy <[email protected]> wrote:
> 
> Works brilliantly. Many thanks.This is in fact sufficient for my present 
> needs but for elegance in the output file, would it be at all possible to 
> sort first on the second figures (month in EU format) then by day (first 
> figures EU format)?
> 
> Thanks.
> 
> Le lundi 26 septembre 2016 18:05:56 UTC+2, Frere Roy a écrit :
> I have some data that I would like to sort (reorder) on the 44th and 45th 
> column which is the "month" field. 0912,05
> 
> Is this possible in BBedit
> 
> 
> Maxxxxie Fxxxxg                          19/09/1984                
> Mxxxxxs xxxxter                           06/12/1940               
> Mxxxe Gxxxxxv                            03/05/1961                
> Mxxxe Gxxxxxv                            23/05/1961                
> 
> Thanks for any help
> 
> -- 
> This is the BBEdit Talk public discussion group. If you have a 
> feature request or would like to report a problem, please email
> "[email protected]" rather than posting to the group.
> Follow @bbedit on Twitter: <http://www.twitter.com/bbedit 
> <http://www.twitter.com/bbedit>>
> --- 
> You received this message because you are subscribed to the Google Groups 
> "BBEdit Talk" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to [email protected] 
> <mailto:[email protected]>.
> To post to this group, send email to [email protected] 
> <mailto:[email protected]>.
> Visit this group at https://groups.google.com/group/bbedit 
> <https://groups.google.com/group/bbedit>.

-- 
Rod


-- 
This is the BBEdit Talk public discussion group. If you have a 
feature request or would like to report a problem, please email
"[email protected]" rather than posting to the group.
Follow @bbedit on Twitter: <http://www.twitter.com/bbedit>
--- 
You received this message because you are subscribed to the Google Groups 
"BBEdit Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/bbedit.

Reply via email to