An open API service indexing awesome lists of open source software.

https://github.com/tawk/tawk-url-utils


https://github.com/tawk/tawk-url-utils

Last synced: 30 days ago
JSON representation

Awesome Lists containing this project

README

          

# Tawk URL Utils Module

## Overview

A tawk.to utility library for URLs.

## Modules

### Url Pattern Matcher

This module handles matching of the provided URL to the provided patterns.

#### match(string $current_url, array $patterns)

Matches the provided url and patterns. Returns `true` if it matches. Otherwise, `false`.

##### Example

```php