All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.mchange.fossilphant.regex.scala Maven / Gradle / Ivy

package com.mchange.fossilphant

val UserIdUrlRegex   = """^https\:\/\/([^\/]+)\/users\/([^\/]+)$""".r
val ActivityUrlRegex = """^https\:\/\/([^\/]+)\/users\/([^\/]+)\/statuses\/([^\/]+)\/activity$""".r
val StatusUrlRegex   = """^https\:\/\/([^\/]+)\/users\/([^\/]+)\/statuses\/([^\/]+)$""".r

val UnanchoredTagUrlRegex      = """https\:\/\/([^\/]+)\/tags\/([^\/]+)""".r






© 2015 - 2025 Weber Informatics LLC | Privacy Policy