Ähm, I'm knowing the usage of google to get the meaning of "non greedy regular expression". But my question was not "Can you explain me the meaning of..." but also "why does my replacement succeed, while you said it wont, because of non-greedy operations".
Its not important to know because my ...
Search found 4 matches
- Tue Sep 27, 2011 9:30 am
- Forum: General
- Topic: Need to replace a multiple line large string
- Replies: 10
- Views: 2860
- Tue Sep 27, 2011 8:41 am
- Forum: General
- Topic: Need to replace a multiple line large string
- Replies: 10
- Views: 2860
- Tue Sep 27, 2011 7:05 am
- Forum: General
- Topic: Need to replace a multiple line large string
- Replies: 10
- Views: 2860
- Mon Sep 26, 2011 1:23 pm
- Forum: General
- Topic: Need to replace a multiple line large string
- Replies: 10
- Views: 2860
Need to replace a multiple line large string
Hi
my source text ist for example this one (java-code):
/**
* Return the current page's binding container.
* @return the current page's binding container
*/
public static BindingContainer getBindingContainer1(String name) {
System.out.println("getBindingContainer1; " + "#{bindings." + name ...
my source text ist for example this one (java-code):
/**
* Return the current page's binding container.
* @return the current page's binding container
*/
public static BindingContainer getBindingContainer1(String name) {
System.out.println("getBindingContainer1; " + "#{bindings." + name ...