Re: [webkit-dev] YARR example

2013-01-04 Thread Ognian Milanov
. The String.replace() method will do what you want in JavaScript. - Michael On Jan 3, 2013, at 4:16 AM, Ognian Milanov ogi.andr...@gmail.com wrote: Hello! I need info how to use YARR to replace all matches of a given regular expression in a string with another string. For example in Java

[webkit-dev] YARR example

2013-01-03 Thread Ognian Milanov
Hello! I need info how to use YARR to replace all matches of a given regular expression in a string with another string. For example in Java this is achieved by String.replaceAll method. I will appreciate if someone leads me to the solution, thanks! ___