#hi effect

1 messages · Page 1 of 1 (latest)

queen mantle
#

this matches
'''''hHHHhhHhhIIiIIIIiI' as well

#

should be
'[Hh]+[Ii]+'

#

or for only hi's

#

'[Hh][Ii]'

silver flare
#

Ahh I see

#

Thanks

plush hinge
#

why's this not working for me :(

exotic wharf
#

it doesnt work for me too

plush hinge
#

@silver flare do u know why

silver flare
plush hinge
#

i tried both regex and normal

#

it doesn't work

silver flare
#

you could also use the regular text replace, but that would make it case sensitive.

Replace: ˗ˏˋ Hi ˎˊ˗
plush hinge
#

yes others work for me, the celcius one works

plush hinge
#

you should try and fix it on ur client tho, lmk when its fixed

deft haven
#

Find: '+([H|h])+([I|i])+'
a number of minor regex confusions with this

i’d do Find: *[hH][iI]*
(using the asterisks as the trigger will also allow you to use (ctrl+a then) ctrl+i instead of typing them)

queen mantle
#

what is the point of the first asterisk

silver flare
#

To me it made more sense visibly

cold grail
#

Find: \b[hH] [iI]\b
Replace: ˗ˏˋ Hi ˎˊ˗

Makes it so that it only replaces ˗ˏˋ Hi ˎˊ˗ etc on its own and not in the middle of a word ex anyt˗ˏˋ Hi ˎˊ˗ ng

plush hinge
#

yay

graceful dust
#

hi

#

tryna test

halcyon path
#

hi

#

--

#

--

carmine forge
#

˗ˏˋ Hi ˎˊ˗