We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
1. 「ことの葉は強 (こは) く見ゆれどすまひ草露には―・つるものにざりける」〈[源順集](https://dictionary.goo.ne.jp/word/person/%E6%BA%90%E9%A0%86/#jn-212920)〉
^ 1. 「(.+)\n(?! 2.)
^ 1. 「(.+)\n
>「$1
Expected: 1. 「ことの葉は強 (こは) く見ゆれどすまひ草露には―・つるものにざりける」〈[源順集](https://dictionary.goo.ne.jp/word/person/%E6%BA%90%E9%A0%86/#jn-212920)〉 Returned: > 1. 「
> 1. 「
\n
The text was updated successfully, but these errors were encountered:
As far as Negative Look Ahead, it looks like rust regex chooses to not have look aheads because of unpredictable performance.
Sorry, something went wrong.
No branches or pull requests
Example
Issues
^ 1. 「(.+)\n(?! 2.)
expected to work but failed to match, does amber support Negative Look Ahead?^ 1. 「(.+)\n
matching works but replacing does not, it failed to capture.>「$1
replacement result:\n
in replacement string.The text was updated successfully, but these errors were encountered: