kiooeht / pesterchum

Instant messaging client copying the look and feel of clients from Andrew Hussie's webcomic Homestuck.
Other
18 stars 8 forks source link

double i problem #24

Open Serlaix opened 9 years ago

Serlaix commented 9 years ago

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 commented 9 years ago

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

That worked for me.

Serlaix commented 9 years ago

many thanks :DD it worked!!

Jack-Chronicle commented 6 years ago

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