Skip to content
New issue

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

double i problem #24

Open
Serlaix opened this issue Feb 9, 2015 · 3 comments
Open

double i problem #24

Serlaix opened this issue Feb 9, 2015 · 3 comments

Comments

@Serlaix
Copy link

Serlaix commented Feb 9, 2015

well... I don't know if I'm right putting this problem here, but I need a reply
the problem is with the sollux quirk, that I'm trying to put these setting
regexp: [iI]
replace with: \1\1
but there's a problem, when I test it says that is an error, and I don't know what to do.

@taiyoko
Copy link

taiyoko commented Mar 14, 2015

Try
regexp: ([i,I])
replace: \1\1

That worked for me.

@Serlaix
Copy link
Author

Serlaix commented Mar 14, 2015

many thanks :DD
it worked!!

@Jack-Chronicle
Copy link

I was able to fix it by adding parenthesis
like this...
([iI])
\1\1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants