You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here is the example text that fails to break on the period inside of the quote marks. Not entirely sure why, but thought I would drop the example in in case I or others have a chance to look into it.
Scalpel.cut('The title is "London by the Sea." This is a sentence.')=>["The title is \"London by the Sea.\" This is a sentence."]
Without that Sea it does work:
Scalpel.cut('The title is "London by the." This is a sentence.')=>["The title is \"London by the.\"","This is a sentence."]
The text was updated successfully, but these errors were encountered:
Here is the example text that fails to break on the period inside of the quote marks. Not entirely sure why, but thought I would drop the example in in case I or others have a chance to look into it.
Without that Sea it does work:
The text was updated successfully, but these errors were encountered: