twitter-text
twitter-text copied to clipboard
Issue #254: support exclamation point as ending char in path
This addresses the issue in 'extractUrlsWithIndices' function where it does not properly recognize the full URL if the ending character in the path is an exclamation point (!). With a URL as such: https://www.domain.com/locale/#!?key1=value1&key2=value2
The complete URL 'https://www.domain.com/locale/#!?key1=value1&key2=value2' will be recognized as a URL instead of just the part preceding the exclamation point 'https://www.domain.com/locale/#'.
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
1 out of 2 committers have signed the CLA.
:white_check_mark: tparsioan
:x: taufik-parsioan
You have signed the CLA already but the status is still pending? Let us recheck it.
@rcastera
@kaushlakers can you take a look?