Skip to content

Takes a string of plain text and linkifies URLs and email addresses. Dart port of Google closure-library's String.linkify

License

Notifications You must be signed in to change notification settings

blossom/linkify-dart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Task Queue

Takes a string of plain text and linkifies URLs and email addresses. Dart port of Google closure-library's String.linkify.

Example

import "linkify";

var linkify = new Linkify();
var linkifiedHtml = linkify.convert("text");
var linkifiedHtmlWithAttributes = linkify.convert(input, {'rel': '', 'target': ''});
var url = linkify.findFirstUrl("text");

Resources

Original source of the Google closure-library's string.linkify at revision.

About

Takes a string of plain text and linkifies URLs and email addresses. Dart port of Google closure-library's String.linkify

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages