Hey, Under the main node of my application I have the following sequential children: mytest1, mytest2, mytest3, sometest1,sometest2,sometest3. Now, I want to get all children of my main node that starts with mytest, something like getChildren("/main/mytest*", false), is there a command for that? Or must I bring all children and filter out the unwanted ones?
Ohad