Re: [Gambas-user] replace beetween two strings

2017-07-28 Thread PICCORO McKAY Lenz
RegExp.Replace are since 3.5, but thanks for the sugestion fernando, the idea are usefully due i'll emulate the pattern with shell commands Lenz McKAY Gerardo (PICCORO) http://qgqlochekone.blogspot.com 2017-07-28 13:43 GMT-04:00 Fernando Cabral : > 2017-07-28 13:11

Re: [Gambas-user] replace beetween two strings

2017-07-28 Thread Fernando Cabral
2017-07-28 13:11 GMT-03:00 PICCORO McKAY Lenz : > > " string pepe pablo, data toto made thinker data2 \" and also a pizza" > > i what to remove all the string or extrac all the string beetween the > "data" fist ocurrence and the next after that ocurrence.. > ".*?data

[Gambas-user] replace beetween two strings

2017-07-28 Thread PICCORO McKAY Lenz
i'v this cae, in a line i have: " string pepe pablo, data toto made thinker data2 \" and also a pizza" i what to remove all the string or extrac all the string beetween the "data" fist ocurrence and the next after that ocurrence.. i try to do but in the for each always replace twice.. Lenz