com.atlassian.renderer.util
Class RegExpUtil

java.lang.Object
  extended by com.atlassian.renderer.util.RegExpUtil

public class RegExpUtil
extends Object

This is a simple utility class used to escape regular expressions


Constructor Summary
RegExpUtil()
           
 
Method Summary
static String convertToRegularExpression(String str)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RegExpUtil

public RegExpUtil()
Method Detail

convertToRegularExpression

public static String convertToRegularExpression(String str)


Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.