Re: Substring method

2015-01-31 Thread Eike Rathke
Hi Mihály, On Thursday, 2015-01-29 14:57:58 +0100, Mihály Palenik wrote: > I'd like to examine a string is part of another but in all languages. I > know CollatorWrapper class which has compareString method to compare two > strings using uno. I'm searching this kind of method. For case significa

Re: Substring method

2015-01-29 Thread Miklos Vajna
Hi, On Thu, Jan 29, 2015 at 02:57:58PM +0100, Mihály Palenik wrote: > I'd like to examine a string is part of another but in all languages. I > know CollatorWrapper class which has compareString method to compare two > strings using uno. I'm searching this kind of method. Can you describe what