mirror of
				https://github.com/TeamNewPipe/NewPipe
				synced 2025-10-31 07:13:00 +00:00 
			
		
		
		
	Adds comment to HASHTAGS_PATTERN
This commit is contained in:
		| @@ -33,8 +33,9 @@ import static org.schabi.newpipe.util.external_communication.InternalUrlsHandler | ||||
| public final class TextLinkifier { | ||||
|     public static final String TAG = TextLinkifier.class.getSimpleName(); | ||||
|  | ||||
|     // Looks for hashtags with characters from any language (\p{L}), numbers, or underscores | ||||
|     private static final Pattern HASHTAGS_PATTERN = | ||||
|             Pattern.compile("(#[A-Za-z0-9_\\u0080-\\uFFFF]+)"); | ||||
|             Pattern.compile("(#[\\p{L}0-9_]+)"); | ||||
|  | ||||
|     private TextLinkifier() { | ||||
|     } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Jaspann
					Jaspann