Aloha, Does anyone have a method they can share that does find and replace using Regex Match that supports groups?
For example: search string: ā01/15/2017" find (\d\d)/(\d\d)/(\d\d\d\d) replace with \2/\1/\3 Result: ā15/01/2017ā Iām sure I can create one, but wanted to avoid reinventing the wheel if possible. Thanks in advance! Sannyasin Siddhanathaswami ********************************************************************** 4D Internet Users Group (4D iNUG) FAQ: http://lists.4d.com/faqnug.html Archive: http://lists.4d.com/archives.html Options: http://lists.4d.com/mailman/options/4d_tech Unsub: mailto:[email protected] **********************************************************************

