Skip to content

Bug for Rexexp #5

@dnknn

Description

@dnknn

Hello:)

!search_regex!replace!regexp_options

But is it unusable symbol ?

search_regex contain ! , The result is invalid.

!http.*[/.]youtube..*[&?]v=([^&]*).*?(#t=.*)?$!https://youtu.be/$1$2!m
!(^!|^#!)(.*?)(!.+!.*)!$2!

☝If it working, will become to search_regex: http.*[/.]youtube..*[&?]v=([^&]*).*?(#t=.*)?$

The best online RegExp testing 👉  regex101.com

There is no wrong with this rule itself.but it doesn't work in `copyclipper`.

no wrong


In the end I found something related to the exclamation mark. I try to convert ! ,but it still doesn't work.👇
!(^\!|^\#\!)(.*?)(\!.+\!.*)!$2!

use simple test example 👇
!(^\!Copy)(Me)!$1You!
0713210038

If not included ! is valid, So is ! Can't be escaped?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions