Replies: 1 comment
|
Ah, got it! Posting it here in case it helps someone else: ["(?<=(^|\\s))(?:\bdot|\\.)net\\b", ".NET"],This is slightly different from what I was aiming for originally, in that is also looks for "dotnet" in addition to ".net". |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
The following replacement rules don't catch ".net". Any idea why? Which rules might work if these aren't good?
All reactions