add_special(pattern, name)
Instance Public methods
Adds a special handler for pattern
with name
. A
simple URL handler would be:
1 | @am .add_special(/((https?:)\ S +\w)/, : HYPERLINK ) |
Adds a special handler for pattern
with name
. A
simple URL handler would be:
1 | @am .add_special(/((https?:)\ S +\w)/, : HYPERLINK ) |
Designed by : w10schools
service@w10schools.com
Please login to continue.