|
FurcadiaMarkupUrlFilter Field
|
This stuff is still in the planning stages. Any questions or Comments are welcome. [This is preliminary documentation and is subject to change.]
Regex for working with HTML URLS
Namespace:
Furcadia.Text
Assembly:
FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 59
Syntax public const string UrlFilter = "<a href='?"?(.*?)'?"?>(.*?)</a>"
Public Const UrlFilter As String = "<a href='?"?(.*?)'?"?>(.*?)</a>"
Dim value As String
value = FurcadiaMarkup.UrlFilter
public:
literal String^ UrlFilter = "<a href='?"?(.*?)'?"?>(.*?)</a>"
static val mutable UrlFilter: string
Field Value
Type:
StringSee Also