aboutsummaryrefslogtreecommitdiffstats
path: root/src/PathTools.hx
blob: 69a0044713ea50ae0009298f203c726ed4aafdc7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
package;

import haxe.io.Path;

using StringTools;

class PathTools {
	public static function urlExtension(url:String) {
		return Path.extension(~/[#?]/.split(url)[0]).trim().toLowerCase();
	}
}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage