ahh thank you but uhm, it's not working properly
it's just adding random stutters in the middle of sentences
ahh thank you but uhm, it's not working properly
it's just adding random stutters in the middle of sentences
Hello! I want to request a quirk that looks like this:
Hello there!
will turn into
!Hello there!
I also want it to work on more than one ending punctuation mark, like ellipses.
Oops, I wasn't too clear. I want it to affect each sentence.
ok, that would be:
Regex:
\b([^.?!]*)([.?!]*)
\2\1\2
should work, not tested.
You've either input something wrong, or have a quirk adding punctuation to locations other than the end of sentences, which would affect it.
Please double check, and if you are adding additional punctuation, put that quirk after this one.
Tested. Confirmed.
regexp: \b([\w\s]*)(\w)[.?!]
replace: \1upper(\2)
regexp: \b([\w\s]*)([.?!]?)
replace: ~~\1~~\2
Thank you! But, now the uppercase letter's periods, questions marks, etc. aren't showing up...
Other than that, everything is great!
Edit: Well, okay. The tildes with my apostrophes and commas
~~It~~'~~s like this~~, ~~very annoying~~.
Is that normal?
Last edited by Malus; 07-29-2012 at 06:01 PM.
Question, is there a way to RANDOMLY add a prefix to a sentence? Like, not all the time, but occasionally.
(If you must know, the prefix is asdf)
humbleElitist was right, it appears IN sentences
Your chumhandle is destitutePilot and man who even needs quirks.
I killed for this Tumblr URL and I'll kill again if I have to.
But mine fixes that, correct?
EEeeeeeyup.
Your chumhandle is destitutePilot and man who even needs quirks.
I killed for this Tumblr URL and I'll kill again if I have to.
BLUH.
Seriously, one fucking week without pesterchum, and I'm already getting \b and ^ mixed up again.
If I may make a request...
There's one part of one of my troll's quirks I'm a bit stuck on. I'd like for every third 'e/E' to be a '3' instead.
Do you see what I m3an? I'd really appreciat3 if you could figure this out.
Thank you!
Regexp: ([eE].*[eE].*)[eE]
Replace: \13
I'm not 100% how the program will handle that, though.
Will it separate \1 from 3?
Alternatively,
> Shit: Happen.
Ahh, no... Will not allow me to enter the text... I tried something like ([eE]{3}) replace with '3' but all that does is turn 'eee' into '3' but 'e e e' remains the same. 'eeeee' turns to '3ee'
In short, still nothing. It doesn't separate the \1 from 3. Thanks for the quick response though, I wasn't expecting it![]()
Last edited by Wayside; 07-31-2012 at 09:37 PM.
Regexp: ([eE].*[eE].*)[eE]
Replace: \1ѽ3
Replace: ѽ3
With: 3
That aught to fix it.
Alternatively,
> Shit: Happen.
Thank you so much! Oh, and... is that a pumpkin? =squints=
EDIT* Ack. I don't know if this has anything to do with it, but I switched profiles but forgot to close out of the quirks window, and apparently all the quirks transferred to the other profile. Whut. Anyway, when I use more than one 'e/E' the last character will always be a '3', but not every third one...
Last edited by Wayside; 07-31-2012 at 10:12 PM.
Do you have any idea if i could get a quirk with a period after every letter and quotation?
L.i.k.e. .t.h.i.s.?.