imatix / gsl

iMatix GSL code generator
http://www.imatix.com
GNU General Public License v3.0
539 stars 107 forks source link

fixes for gsl issues I encountered #67

Closed twhittock closed 9 years ago

twhittock commented 9 years ago

String replacement is not pleasant in gsl.

string.replace("abc", "abc|def, ghi") gives "def", for example. string.replace("123", "123|1234567890123") gives "12345678901"