EN VI
Posts (0)
Questions (22)
2024-03-17 11:00:05
You can use this regex to match the orphaned left single quotes: ‘(?!(?:“[^”\n]*”|[^‘”\n])*’(?![a-z])) This matches: ‘ : a left single quote (?! : a negative lookahead for: (?:“[^”\n]*”|[^‘”\n])* :...
Tags: regex
2024-03-17 17:30:06
Ctrl+H Find what: ^Coconut(?:,|$)|(?:^|,)Coconut(?:,Coconut)*$|(,)Coconut(?:,Coconut)*(?:,|$) Replace with: (?1$1) TICK Match case TICK Wrap around SELECT Regular expression UNTICK . matches newline...
Tags: regex notepad++

Login


Forgot Your Password?

Create Account


Lost your password? Please enter your email address. You will receive a link to create a new password.

Reset Password

Back to login