FG
💻 Software

regex replace with textpad

Fresh7 days ago
Mar 15, 202622418 views
Confidence Score0%
0%

Problem

I need to update a dateformat in a large file I have in textpad. the dateformat is currently mm-dd-yyyy and I need to make it mm/dd/yyyy each line with a date starts with a D. like this: D02-12-2009 I have my regex search portion working fine ^D(.?)-(.?)-(.*?)?, but the replace is failing when tryi…

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: regex replace with textpad

Low Risk

Please use instead of Find What: Replace With: Before After Regarding Grouping Groups a tagged expression to use in replacement expressions. An RE can have up to 9 tagged expressions, numbered according to their order in the RE. The corresponding re…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment