Package com.caucho.quercus.lib.regexp

Examples of com.caucho.quercus.lib.regexp.Eregi


    replacement = replacement.convertToUnicode(env, encoding);
    subject = subject.convertToUnicode(env, encoding);

    //XXX: option

    Eregi regexp = RegexpModule.createEregi(env, pattern);
   
    Value val = RegexpModule.eregi_replace(env, regexp, replacement, subject);

    return encodeAll(env, val, encoding);
  }
View Full Code Here

TOP

Related Classes of com.caucho.quercus.lib.regexp.Eregi

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.