예제 #1
0
        protected internal String GetString(MatchResultImpl matchResult)
        {
            String res = matchResult.GetGroupNoCheck(referencedGroup);

            return(res);
            // return (res != null) ? res : "";
        }