We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afefb52 commit a803bc9Copy full SHA for a803bc9
README.md
@@ -99,6 +99,21 @@ This is SSL URL:
99
<a href="https://www.google.com.tw" class="center">https://www.google.com.tw</a>
100
```
101
102
+## Convert Email
103
+
104
+Email url has no scheme, we use anoter method to convert them, and it will add `mailto:` at begin of `href`.
105
106
+``` php
107
+$text = $aurolink->convertEmail($text);
108
+```
109
110
+Output
111
112
+``` html
113
+<a href="mailto:foo@example.com">foo@example.com</a>
114
115
116
117
## Options
118
119
### `text_limit`
0 commit comments