github nevdelap/ned untagged-c69acdf9a1272f7a0e90
Release 1.2.0-beta

latest releases: release.1.3.1, release.1.3.0, release.1.2.9...
pre-release5 years ago

What's New

Issue #34 Add support for \U, \L, \I, \F, \E: adds support for case changing in replaces. e.g. --replace "\U$1\E" will uppercase group 1. Is off by default to avoid performance impact when not using it. If you want it on by default add it to NED_DEFAULTS. See --help.

        --case-replacements
                        enable \U - uppercase, \L - lowercase, \I - initial
                        uppercase (title case), \F - first uppercase (sentence
                        case) replacements. \E marks the end of a case
                        replacement

Dependencies

The ned.exe included here is 64bit and requires the vc_redist.x64.exe which can be downloaded from: https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads

The Linux and Mac versions don't need anything extra. Just put them somewhere on your path renamed as ned.

Don't miss a new ned release

NewReleases is sending notifications on new releases.