Match a pattern agains a string and isolates wildcard replacement into a Stack.
@param map The map to store matched values
@param data The string to match
@param expr The compiled wildcard expression
@return True if a match
@throws NullPointerException If any parameters are null
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.