-
-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Detect URLs #12
Comments
An example of what actually appears in the RWexport file (after decoding):
At the beginning of a snippet, it appears as:
|
One possible RegExp which will detect a URL is:
obviously the first bit can be replaced by something that finds any sequence of letters. |
Implemented in V1.14 The regular expression used to match a URL might need improvement. |
When importing text, detect URLs and automatically put the correct markers around them.
The text was updated successfully, but these errors were encountered: