C# Class EventsZilla.Core.SlugConverter

Mostra file Open project: synhershko/EventsZilla

Public Methods

Method Description
TitleToSlug ( string title ) : string

Private Methods

Method Description
RemoveDiacritics ( string value ) : string

Strips the value from any non English character by replacing those with their English equivalent.

ReplaceNonWordWithDashes ( string title ) : string

Method Details

TitleToSlug() public static method

public static TitleToSlug ( string title ) : string
title string
return string