com.twitter.Regex Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of twitter-text Show documentation
Show all versions of twitter-text Show documentation
Text processing routines for Twitter Tweets
The newest version!
// Copyright 2018 Twitter, Inc.
// Licensed under the Apache License, Version 2.0
// http://www.apache.org/licenses/LICENSE-2.0
package com.twitter;
/**
* Regex class that is deprecated. DO NOT USE.
*
* @deprecated Use the superclass instead.
*/
@Deprecated
public class Regex extends com.twitter.twittertext.Regex {}