[Japi-devel] [ japi-Feature Requests-2610703 ] Add support for ranges
Status: Beta
Brought to you by:
christianhujer
From: SourceForge.net <no...@so...> - 2009-02-19 23:54:32
|
Feature Requests item #2610703, was opened at 2009-02-18 01:02 Message generated for change (Settings changed) made by christianhujer You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=776740&aid=2610703&group_id=149894 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: tools-replacer Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Christian Hujer (christianhujer) >Assigned to: Nobody/Anonymous (nobody) Summary: Add support for ranges Initial Comment: Ranges should be specifiable before the s of a substitution. The ranges should be compatible with vim syntax. The following ranges should be supported initially: % - all lines of a file (default) 3,5 lines 3 to 5 in a file. With /m flag, the regex should be applied on lines 3 to 5 as one string. /pattern/ all lines matched by /pattern/ With /m flag, the regex should be applied to the string matched by pattern. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=776740&aid=2610703&group_id=149894 |